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