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