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