import { CommonComponentPropertys } from '../../componentProperty';
import { DialogProps } from '@mui/material';

export type DialogWrapperProps = DialogProps & CommonComponentPropertys;
export declare const DialogWrapper: (props: DialogWrapperProps) => import("react/jsx-runtime").JSX.Element;
