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