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