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