import type { JSX } from 'react'; export declare function Dialog(props: { onOpen?: () => void; onClose: () => void; open: boolean; children: JSX.Element | JSX.Element[]; }): JSX.Element; //# sourceMappingURL=Dialog.d.ts.map