export * from '@mui/material/Dialog'; import { DialogProps } from '@mui/material/Dialog'; import React from 'react'; export declare const Dialog: (props: DialogProps) => React.JSX.Element;