/// <reference types="react" />
export interface IconFootballProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconFootball: React.FC<IconFootballProps>;
