import React from "react"; import { BSDiv } from "../../types"; export interface ListGroupProps extends BSDiv { layout?: "flush" | "horizontal" | "horizontal-sm" | "horizontal-md" | "horizontal-lg" | "horizontal-xls"; } export declare const ListGroup: React.ForwardRefExoticComponent>;