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