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