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