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