import type { SVGProps } from "react"; export interface CloudWeatherIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function CloudWeatherIcon({ className, size, color, ...props }: CloudWeatherIconProps): import("react").JSX.Element; //# sourceMappingURL=cloud-weather-icon.d.ts.map