import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { ContainerProps as IContainerProps } from "react-bootstrap/Container"; export declare type IContainer = BsPrefixRefForwardingComponent<"div", IContainerProps>; export declare const Container: IContainer; export default Container; export type { IContainerProps };