import React from 'react'; import { type DialogTitleProps as MuiDialogTitleProps } from '@mui/material/DialogTitle'; export interface DialogTitleProps extends MuiDialogTitleProps { } declare const DialogTitle: React.FC; export default DialogTitle;