import React from 'react';
import type { PropsWithChildren } from 'react';
import type { DialogProps } from '../../decs';
declare const Dialog: React.FC<PropsWithChildren<DialogProps>>;
export type { DialogProps } from '../../decs';
export declare const DialogContentText: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").DialogContentTextTypeMap<{}, "span">>;
export default Dialog;
//# sourceMappingURL=Dialog.d.ts.map