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