import type { FC } from 'react'; import { type DrawerTitleProps } from '../Drawer'; type DialogTitleProps = DrawerTitleProps; export declare const DialogTitle: FC; export {};