import type { NeoPopSelectProps } from './neo-pop-select.model.js';
declare const NeoPopSelect: import("svelte").Component<NeoPopSelectProps, {}, "filter" | "sort" | "focused" | "open" | "triggerRef" | "highlight" | "selected" | "listRef" | "tooltipRef">;
type NeoPopSelect = ReturnType<typeof NeoPopSelect>;
export default NeoPopSelect;
