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