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