import { ReactNode } from 'react'; export declare function MainDialog(props: { children: ReactNode; }): JSX.Element;