import type { SelectItem, SelectProps, SelectSlots } from '../../../types'; declare const __VLS_export: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: import("vue").PublicProps & __VLS_PrettifyLocal & { onInput?: ((...args: NoInfer<[value: (U extends true ? string | T : T) | null]>) => any) | undefined; onSelected?: ((...args: NoInfer<[item: SelectItem]>) => any) | undefined; onChange?: ((...args: NoInfer<[item: SelectItem | null]>) => any) | undefined; "onUpdate:modelValue"?: ((...args: NoInfer<[value: (U extends true ? string | T : T) | null]>) => any) | undefined; "onQuery-change"?: ((query: string) => any) | undefined; "onItem-added"?: ((value: SelectItem) => any) | undefined; "onItem-removed"?: ((value: SelectItem) => any) | undefined; }> & (typeof globalThis extends { __VLS_PROPS_FALLBACK: infer P; } ? P : {}); expose: (exposed: {}) => void; attrs: any; slots: SelectSlots; emit: ((evt: "input", ...args: NoInfer<[value: (U extends true ? string | T : T) | null]>) => void) & ((evt: "selected", ...args: NoInfer<[item: SelectItem]>) => void) & ((evt: "change", ...args: NoInfer<[item: SelectItem | null]>) => void) & ((evt: "update:modelValue", ...args: NoInfer<[value: (U extends true ? string | T : T) | null]>) => void) & ((evt: "query-change", query: string) => void) & ((evt: "item-added", value: SelectItem) => void) & ((evt: "item-removed", value: SelectItem) => void); }>) => import("vue").VNode & { __ctx?: Awaited; }; declare const _default: typeof __VLS_export; export default _default; type __VLS_PrettifyLocal = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};