import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { ColProps as IColProps } from "react-bootstrap/Col"; export declare type ICol = BsPrefixRefForwardingComponent<"div", IColProps>; export declare const Col: ICol; export type { IColProps }; export default Col;