import { type SelectProps, type SelectSlots, type SelectExpose } from './common'; type __VLS_Slots = SelectSlots; declare const __VLS_base: import("vue").DefineComponent any; change: (value: any) => any; "update:modelValue": (value: any) => any; "update:filterValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSelect?: ((value: any) => any) | undefined; onChange?: ((value: any) => any) | undefined; "onUpdate:modelValue"?: ((value: any) => any) | undefined; "onUpdate:filterValue"?: ((value: string) => any) | undefined; }>, { multiple: boolean; options: any[]; modelValue: any; optionKeys: import("../../use").OptionKeys; filterPlaceholder: string; multipleLimit: number; filterable: boolean; filterMethod: (query: string) => void; filterValue: string; showToolbar: boolean; valueKey: string; filterLoading: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };