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