import { FC } from 'react'; import { DialogProps } from './Dialog.types'; export declare const Dialog: FC;