import * as React from 'react'; import type { IDialogProps } from './Dialog.types'; export declare const Dialog: React.FunctionComponent;