import { type SelectInputProps, type SelectInputSlots, type SelectInputExpose } from './common'; type __VLS_Slots = SelectInputSlots; declare const __VLS_base: import("vue").DefineComponent any; change: (value: any) => any; "before-enter": (el: Element) => any; enter: (el: Element) => any; "after-enter": (el: Element) => any; "enter-cancelled": (el: Element) => any; "before-leave": (el: Element) => any; leave: (el: Element) => any; "after-leave": (el: Element) => any; "leave-cancelled": (el: Element) => any; "visible-hook": (name: import("../index.ts").MotionHookName, el: Element) => any; "update:visible": (visible: boolean) => any; "update:modelValue": (value: any) => any; confirm: (value: any) => any; "update:filterValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSelect?: ((value: any) => any) | undefined; onChange?: ((value: any) => any) | undefined; "onBefore-enter"?: ((el: Element) => any) | undefined; onEnter?: ((el: Element) => any) | undefined; "onAfter-enter"?: ((el: Element) => any) | undefined; "onEnter-cancelled"?: ((el: Element) => any) | undefined; "onBefore-leave"?: ((el: Element) => any) | undefined; onLeave?: ((el: Element) => any) | undefined; "onAfter-leave"?: ((el: Element) => any) | undefined; "onLeave-cancelled"?: ((el: Element) => any) | undefined; "onVisible-hook"?: ((name: import("../index.ts").MotionHookName, el: Element) => any) | undefined; "onUpdate:visible"?: ((visible: boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: any) => any) | undefined; onConfirm?: ((value: any) => any) | undefined; "onUpdate:filterValue"?: ((value: string) => any) | undefined; }>, { title: string; multiple: boolean; options: any[]; readonly: boolean; visible: boolean; loading: boolean; disabled: boolean; modelValue: any; showConfirm: boolean; optionKeys: import("../../use").OptionKeys; placeholder: string; clearable: boolean; validateEvent: boolean; multiline: boolean; inputProps: import("../index.ts").InputProps; valueOnClear: () => any; resettable: boolean; filterPlaceholder: string; multipleLimit: number; filterable: boolean; filterMethod: (query: string) => void; filterValue: string; showToolbar: boolean; valueKey: string; filterLoading: boolean; maxLabels: number; mapLabel: Record; }, {}, {}, {}, 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; }; };