/// export interface IconFootballOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconFootballOutline: React.FC;