export interface ListGroupProps extends React.LiHTMLAttributes { /** * The title of the group. */ title?: string; } export declare const ListGroup: import('react').ForwardRefExoticComponent>;