import type { IconSunMoonProps } from './icon.model.js';
declare const IconSunMoon: import("svelte").Component<IconSunMoonProps, {}, "enter">;
type IconSunMoon = ReturnType<typeof IconSunMoon>;
export default IconSunMoon;
