/// export interface IconRibbonOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconRibbonOutline: React.FC;