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