import Props from './types/DialogProps'; declare function Dialog(props: Props): JSX.Element; export default Dialog;