import type { IDrawerHeaderProps } from "../Drawer.types"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; export declare type IDrawerHeader = BsPrefixRefForwardingComponent<"div", IDrawerHeaderProps>; declare const DrawerHeader: IDrawerHeader; export default DrawerHeader;