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