import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { RowProps as IRowProps } from "react-bootstrap/Row"; export declare const Row: BsPrefixRefForwardingComponent<"div", IRowProps>; export default Row; export type { IRowProps };