/// import { ListGroupProps } from './types'; declare const ListGroup: (props: ListGroupProps) => JSX.Element; export default ListGroup;