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