import type { NeoListProps } from './neo-list.model.js';
declare const NeoList: import("svelte").Component<NeoListProps, {}, "ref" | "filter" | "sort" | "highlight" | "selected">;
type NeoList = ReturnType<typeof NeoList>;
export default NeoList;
