import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { IDrawerTitleProps } from "../Drawer.types"; declare const DrawerTitle: BsPrefixRefForwardingComponent<"h5", IDrawerTitleProps>; export default DrawerTitle;