import { FC } from 'react'; export interface DialogFrameProps { width?: number; height?: number; minWidth?: number; minHeight?: number; } export declare const DialogFrame: FC;