import type { SelectProps, SelectValue } from './select'; declare var __VLS_13: {}, __VLS_15: { option: any; }, __VLS_17: { option: any; }, __VLS_19: {}; type __VLS_Slots = {} & { empty?: (props: typeof __VLS_13) => any; } & { option?: (props: typeof __VLS_15) => any; } & { option?: (props: typeof __VLS_17) => any; } & { default?: (props: typeof __VLS_19) => any; }; declare const __VLS_component: import("vue").DefineComponent void; blur: () => void; inputRef: import("vue").Ref; triggerRemoteMethod: (val: string) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { clear: () => any; focus: (event: FocusEvent) => any; blur: (event: FocusEvent) => any; change: (value: SelectValue | SelectValue[] | undefined) => any; "update:modelValue": (value: SelectValue | SelectValue[] | undefined) => any; "visible-change": (visible: boolean) => any; "remove-tag": (value: SelectValue) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: (() => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: SelectValue | SelectValue[] | undefined) => any) | undefined; "onUpdate:modelValue"?: ((value: SelectValue | SelectValue[] | undefined) => any) | undefined; "onVisible-change"?: ((visible: boolean) => any) | undefined; "onRemove-tag"?: ((value: SelectValue) => any) | undefined; }>, { disabled: boolean; size: import("./select").SelectSize; loading: boolean; teleported: boolean; height: number; multiple: boolean; clearable: boolean; loadingText: string; noDataText: string; validateEvent: boolean; remote: boolean; virtualScroll: boolean; itemHeight: number; valueKey: string; fitInputWidth: boolean; filterable: boolean; collapseTags: boolean; collapseTagsTooltip: boolean; maxCollapseTags: number; tagType: import("./select").SelectTagType; multipleLimit: number; noMatchText: string; allowCreate: boolean; labelKey: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };