type $$ComponentProps = { size?: number; }; declare const IconSun: import("svelte").Component<$$ComponentProps, {}, "">; type IconSun = ReturnType; export default IconSun; //# sourceMappingURL=IconSun.svelte.d.ts.map