import { ModalTitleProps } from '../Modal/ModalTitle'; export type DrawerTitleProps = ModalTitleProps; declare const DrawerTitle: import("../internals/types").InternalRefForwardingComponent<"div", import("../internals/utils").ComponentProps, never> & Record; export default DrawerTitle;