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