/// declare type Props = { title: string; }; /** * * @param props * @constructor */ declare const DialogTitle: (props: Props) => JSX.Element; export default DialogTitle;