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