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