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