import { FunctionComponent } from 'react'; import type { DialogProps } from './types'; export declare const Dialog: FunctionComponent;