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