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