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