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