import React from 'react'; export interface ListGroupProps extends React.HTMLProps { className?: string; tag?: string; } declare const ListGroup: React.FunctionComponent; export default ListGroup;