import { IconProps } from '../lib';
declare function Club(props: IconProps): JSX.Element;
export default Club;
