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