import * as React from 'react';
import { BoxProps } from 'rebass';
export interface ListGroupProps extends BoxProps {
}
declare const ListGroup: (props: ListGroupProps) => React.JSX.Element;
export default ListGroup;
