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