import BsListGroup from "react-bootstrap/ListGroup"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { IListGroupProps } from "./ListGroup.types"; declare type IListGroupWrapper = BsPrefixRefForwardingComponent<"div", IListGroupProps>; export interface IListGroup extends IListGroupWrapper { Item: typeof BsListGroup.Item; } export declare const ListGroup: IListGroup; export default ListGroup; export type { IListGroupProps }; export type { IListGroupItemProps } from "./ListGroup.types";