import * as React from 'react'; import type { IDialogPropTypes } from '../IDialogPropTypes'; declare const Dialog: React.FC; export default Dialog;