import { DialogTitleProps } from '@mui/material'; declare const DialogTitleComp: ({ children, ...props }: DialogTitleProps) => import("react/jsx-runtime").JSX.Element; export default DialogTitleComp;