import type { DialogProps } from '@mui/material';
declare const DraggableDialog: (props: DialogProps & {
    title: string;
}) => import("react/jsx-runtime").JSX.Element;
export default DraggableDialog;
