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