import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { IDrawerContainerProps } from "../Drawer.types"; export declare type IElement = HTMLDivElement; export declare const DrawerContainer: BsPrefixRefForwardingComponent<"div", IDrawerContainerProps>;