import { nextTick } from 'vue'; import type { AutocompleteData } from './autocomplete'; import type { StyleValue } from 'vue'; declare const _default: { new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType; readonly placement: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>; readonly popperClass: string; readonly teleported: import("packages/web/vue-utils/dist").EpPropMergeType; readonly valueKey: string; readonly debounce: number; readonly fetchSuggestions: import("./autocomplete").AutocompleteFetchSuggestions; readonly triggerOnFocus: import("packages/web/vue-utils/dist").EpPropMergeType; readonly selectWhenUnmatched: import("packages/web/vue-utils/dist").EpPropMergeType; readonly hideLoading: import("packages/web/vue-utils/dist").EpPropMergeType; readonly highlightFirstItem: import("packages/web/vue-utils/dist").EpPropMergeType; readonly fitInputWidth: import("packages/web/vue-utils/dist").EpPropMergeType; }> & Omit; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized; readonly debounce: import("packages/web/vue-utils/dist").EpPropFinalized; readonly placement: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown, "bottom-start", boolean>; readonly fetchSuggestions: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => AutocompleteData | ((queryString: string, cb: import("./autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("@element-plus-next/utils").Awaitable)) | (() => import("./autocomplete").AutocompleteFetchSuggestions) | ((new (...args: any[]) => AutocompleteData | ((queryString: string, cb: import("./autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("@element-plus-next/utils").Awaitable)) | (() => import("./autocomplete").AutocompleteFetchSuggestions))[], unknown, unknown, () => void, boolean>; readonly popperClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly triggerOnFocus: import("packages/web/vue-utils/dist").EpPropFinalized; readonly selectWhenUnmatched: import("packages/web/vue-utils/dist").EpPropFinalized; readonly hideLoading: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly teleported: import("packages/web/vue-utils/dist").EpPropFinalized; readonly highlightFirstItem: import("packages/web/vue-utils/dist").EpPropFinalized; readonly fitInputWidth: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onChange?: ((value: string) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onSelect?: ((item: { value: any; }) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "modelValue" | "placement" | "popperClass" | "teleported" | "valueKey" | "debounce" | "fetchSuggestions" | "triggerOnFocus" | "selectWhenUnmatched" | "hideLoading" | "highlightFirstItem" | "fitInputWidth">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "select", item: { value: any; }) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "clear") => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized; readonly debounce: import("packages/web/vue-utils/dist").EpPropFinalized; readonly placement: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown, "bottom-start", boolean>; readonly fetchSuggestions: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => AutocompleteData | ((queryString: string, cb: import("./autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("@element-plus-next/utils").Awaitable)) | (() => import("./autocomplete").AutocompleteFetchSuggestions) | ((new (...args: any[]) => AutocompleteData | ((queryString: string, cb: import("./autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("@element-plus-next/utils").Awaitable)) | (() => import("./autocomplete").AutocompleteFetchSuggestions))[], unknown, unknown, () => void, boolean>; readonly popperClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly triggerOnFocus: import("packages/web/vue-utils/dist").EpPropFinalized; readonly selectWhenUnmatched: import("packages/web/vue-utils/dist").EpPropFinalized; readonly hideLoading: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly teleported: import("packages/web/vue-utils/dist").EpPropFinalized; readonly highlightFirstItem: import("packages/web/vue-utils/dist").EpPropFinalized; readonly fitInputWidth: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onChange?: ((value: string) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onSelect?: ((item: { value: any; }) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; }, { /** @description the index of the currently highlighted item */ highlightedIndex: import("@vue/reactivity").Ref; /** @description autocomplete whether activated */ activated: import("@vue/reactivity").Ref; /** @description remote search loading status */ loading: import("@vue/reactivity").Ref; /** @description el-input component instance */ inputRef: import("@vue/reactivity").Ref<({ $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly readonly: import("packages/web/vue-utils/dist").EpPropMergeType; readonly form: string; readonly label: string; readonly type: string; readonly size: any; readonly disabled: boolean; readonly id: string; readonly autocomplete: string; readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>; readonly autosize: import("../../input").InputAutoSize; readonly clearable: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showPassword: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropMergeType; readonly suffixIcon: import("packages/web/vue-utils/dist").IconProp; readonly prefixIcon: import("packages/web/vue-utils/dist").IconProp; readonly containerRole: string; readonly tabindex: import("packages/web/vue-utils/dist").EpPropMergeType; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropMergeType; readonly inputStyle: StyleValue; }> & Omit; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "readonly" | "form" | "label" | "type" | "size" | "disabled" | "id" | "autocomplete" | "modelValue" | "autosize" | "clearable" | "showPassword" | "showWordLimit" | "suffixIcon" | "prefixIcon" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "input", value: string) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "clear") => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; }, { input: import("@vue/reactivity").ShallowRef; textarea: import("@vue/reactivity").ShallowRef; ref: import("@vue/reactivity").ComputedRef; textareaStyle: import("@vue/reactivity").ComputedRef; autosize: import("@vue/reactivity").Ref; focus: () => Promise; blur: () => void | undefined; select: () => void; clear: () => void; resizeTextarea: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (value: string) => boolean; input: (value: string) => boolean; change: (value: string) => boolean; focus: (evt: FocusEvent) => boolean; blur: (evt: FocusEvent) => boolean; clear: () => boolean; mouseleave: (evt: MouseEvent) => boolean; mouseenter: (evt: MouseEvent) => boolean; keydown: (evt: Event | KeyboardEvent) => boolean; compositionstart: (evt: CompositionEvent) => boolean; compositionupdate: (evt: CompositionEvent) => boolean; compositionend: (evt: CompositionEvent) => boolean; }, string, { readonly readonly: import("packages/web/vue-utils/dist").EpPropMergeType; readonly form: string; readonly label: string; readonly type: string; readonly size: any; readonly disabled: boolean; readonly id: string; readonly autocomplete: string; readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>; readonly autosize: import("../../input").InputAutoSize; readonly clearable: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showPassword: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropMergeType; readonly suffixIcon: import("packages/web/vue-utils/dist").IconProp; readonly prefixIcon: import("packages/web/vue-utils/dist").IconProp; readonly containerRole: string; readonly tabindex: import("packages/web/vue-utils/dist").EpPropMergeType; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropMergeType; readonly inputStyle: StyleValue; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ input: import("@vue/reactivity").ShallowRef; textarea: import("@vue/reactivity").ShallowRef; ref: import("@vue/reactivity").ComputedRef; textareaStyle: import("@vue/reactivity").ComputedRef; autosize: import("@vue/reactivity").Ref; focus: () => Promise; blur: () => void | undefined; select: () => void; clear: () => void; resizeTextarea: () => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties & { $slots: { prepend: (_: {}) => any; prefix: (_: {}) => any; suffix: (_: {}) => any; append: (_: {}) => any; }; }) | undefined>; /** @description el-tooltip component instance */ popperRef: import("@vue/reactivity").Ref; /** @description fetch suggestions result */ suggestions: import("@vue/reactivity").Ref[]>; /** @description triggers when a suggestion is clicked */ handleSelect: (item: any) => Promise; /** @description handle keyboard enter event */ handleKeyEnter: () => Promise; /** @description focus the input element */ focus: () => void; /** @description blur the input element */ blur: () => void; /** @description close suggestion */ close: () => void; /** @description highlight an item in a suggestion */ highlight: (index: number) => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (value: string) => boolean; input: (value: string) => boolean; change: (value: string) => boolean; focus: (evt: FocusEvent) => boolean; blur: (evt: FocusEvent) => boolean; clear: () => boolean; select: (item: { value: any; }) => boolean; }, string, { readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType; readonly placement: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>; readonly popperClass: string; readonly teleported: import("packages/web/vue-utils/dist").EpPropMergeType; readonly valueKey: string; readonly debounce: number; readonly fetchSuggestions: import("./autocomplete").AutocompleteFetchSuggestions; readonly triggerOnFocus: import("packages/web/vue-utils/dist").EpPropMergeType; readonly selectWhenUnmatched: import("packages/web/vue-utils/dist").EpPropMergeType; readonly hideLoading: import("packages/web/vue-utils/dist").EpPropMergeType; readonly highlightFirstItem: import("packages/web/vue-utils/dist").EpPropMergeType; readonly fitInputWidth: import("packages/web/vue-utils/dist").EpPropMergeType; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized; readonly debounce: import("packages/web/vue-utils/dist").EpPropFinalized; readonly placement: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown, "bottom-start", boolean>; readonly fetchSuggestions: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => AutocompleteData | ((queryString: string, cb: import("./autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("@element-plus-next/utils").Awaitable)) | (() => import("./autocomplete").AutocompleteFetchSuggestions) | ((new (...args: any[]) => AutocompleteData | ((queryString: string, cb: import("./autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("@element-plus-next/utils").Awaitable)) | (() => import("./autocomplete").AutocompleteFetchSuggestions))[], unknown, unknown, () => void, boolean>; readonly popperClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly triggerOnFocus: import("packages/web/vue-utils/dist").EpPropFinalized; readonly selectWhenUnmatched: import("packages/web/vue-utils/dist").EpPropFinalized; readonly hideLoading: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly teleported: import("packages/web/vue-utils/dist").EpPropFinalized; readonly highlightFirstItem: import("packages/web/vue-utils/dist").EpPropFinalized; readonly fitInputWidth: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onChange?: ((value: string) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onSelect?: ((item: { value: any; }) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ /** @description the index of the currently highlighted item */ highlightedIndex: import("@vue/reactivity").Ref; /** @description autocomplete whether activated */ activated: import("@vue/reactivity").Ref; /** @description remote search loading status */ loading: import("@vue/reactivity").Ref; /** @description el-input component instance */ inputRef: import("@vue/reactivity").Ref<({ $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly readonly: import("packages/web/vue-utils/dist").EpPropMergeType; readonly form: string; readonly label: string; readonly type: string; readonly size: any; readonly disabled: boolean; readonly id: string; readonly autocomplete: string; readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>; readonly autosize: import("../../input").InputAutoSize; readonly clearable: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showPassword: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropMergeType; readonly suffixIcon: import("packages/web/vue-utils/dist").IconProp; readonly prefixIcon: import("packages/web/vue-utils/dist").IconProp; readonly containerRole: string; readonly tabindex: import("packages/web/vue-utils/dist").EpPropMergeType; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropMergeType; readonly inputStyle: StyleValue; }> & Omit; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "readonly" | "form" | "label" | "type" | "size" | "disabled" | "id" | "autocomplete" | "modelValue" | "autosize" | "clearable" | "showPassword" | "showWordLimit" | "suffixIcon" | "prefixIcon" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "input", value: string) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "clear") => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; }, { input: import("@vue/reactivity").ShallowRef; textarea: import("@vue/reactivity").ShallowRef; ref: import("@vue/reactivity").ComputedRef; textareaStyle: import("@vue/reactivity").ComputedRef; autosize: import("@vue/reactivity").Ref; focus: () => Promise; blur: () => void | undefined; select: () => void; clear: () => void; resizeTextarea: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (value: string) => boolean; input: (value: string) => boolean; change: (value: string) => boolean; focus: (evt: FocusEvent) => boolean; blur: (evt: FocusEvent) => boolean; clear: () => boolean; mouseleave: (evt: MouseEvent) => boolean; mouseenter: (evt: MouseEvent) => boolean; keydown: (evt: Event | KeyboardEvent) => boolean; compositionstart: (evt: CompositionEvent) => boolean; compositionupdate: (evt: CompositionEvent) => boolean; compositionend: (evt: CompositionEvent) => boolean; }, string, { readonly readonly: import("packages/web/vue-utils/dist").EpPropMergeType; readonly form: string; readonly label: string; readonly type: string; readonly size: any; readonly disabled: boolean; readonly id: string; readonly autocomplete: string; readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>; readonly autosize: import("../../input").InputAutoSize; readonly clearable: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showPassword: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropMergeType; readonly suffixIcon: import("packages/web/vue-utils/dist").IconProp; readonly prefixIcon: import("packages/web/vue-utils/dist").IconProp; readonly containerRole: string; readonly tabindex: import("packages/web/vue-utils/dist").EpPropMergeType; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropMergeType; readonly inputStyle: StyleValue; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ input: import("@vue/reactivity").ShallowRef; textarea: import("@vue/reactivity").ShallowRef; ref: import("@vue/reactivity").ComputedRef; textareaStyle: import("@vue/reactivity").ComputedRef; autosize: import("@vue/reactivity").Ref; focus: () => Promise; blur: () => void | undefined; select: () => void; clear: () => void; resizeTextarea: () => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties & { $slots: { prepend: (_: {}) => any; prefix: (_: {}) => any; suffix: (_: {}) => any; append: (_: {}) => any; }; }) | undefined>; /** @description el-tooltip component instance */ popperRef: import("@vue/reactivity").Ref; /** @description fetch suggestions result */ suggestions: import("@vue/reactivity").Ref[]>; /** @description triggers when a suggestion is clicked */ handleSelect: (item: any) => Promise; /** @description handle keyboard enter event */ handleKeyEnter: () => Promise; /** @description focus the input element */ focus: () => void; /** @description blur the input element */ blur: () => void; /** @description close suggestion */ close: () => void; /** @description highlight an item in a suggestion */ highlight: (index: number) => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized; readonly debounce: import("packages/web/vue-utils/dist").EpPropFinalized; readonly placement: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown, "bottom-start", boolean>; readonly fetchSuggestions: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => AutocompleteData | ((queryString: string, cb: import("./autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("@element-plus-next/utils").Awaitable)) | (() => import("./autocomplete").AutocompleteFetchSuggestions) | ((new (...args: any[]) => AutocompleteData | ((queryString: string, cb: import("./autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("@element-plus-next/utils").Awaitable)) | (() => import("./autocomplete").AutocompleteFetchSuggestions))[], unknown, unknown, () => void, boolean>; readonly popperClass: import("packages/web/vue-utils/dist").EpPropFinalized; readonly triggerOnFocus: import("packages/web/vue-utils/dist").EpPropFinalized; readonly selectWhenUnmatched: import("packages/web/vue-utils/dist").EpPropFinalized; readonly hideLoading: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly teleported: import("packages/web/vue-utils/dist").EpPropFinalized; readonly highlightFirstItem: import("packages/web/vue-utils/dist").EpPropFinalized; readonly fitInputWidth: import("packages/web/vue-utils/dist").EpPropFinalized; }>> & { onChange?: ((value: string) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onSelect?: ((item: { value: any; }) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; }, { /** @description the index of the currently highlighted item */ highlightedIndex: import("@vue/reactivity").Ref; /** @description autocomplete whether activated */ activated: import("@vue/reactivity").Ref; /** @description remote search loading status */ loading: import("@vue/reactivity").Ref; /** @description el-input component instance */ inputRef: import("@vue/reactivity").Ref<({ $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly readonly: import("packages/web/vue-utils/dist").EpPropMergeType; readonly form: string; readonly label: string; readonly type: string; readonly size: any; readonly disabled: boolean; readonly id: string; readonly autocomplete: string; readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>; readonly autosize: import("../../input").InputAutoSize; readonly clearable: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showPassword: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropMergeType; readonly suffixIcon: import("packages/web/vue-utils/dist").IconProp; readonly prefixIcon: import("packages/web/vue-utils/dist").IconProp; readonly containerRole: string; readonly tabindex: import("packages/web/vue-utils/dist").EpPropMergeType; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropMergeType; readonly inputStyle: StyleValue; }> & Omit; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "readonly" | "form" | "label" | "type" | "size" | "disabled" | "id" | "autocomplete" | "modelValue" | "autosize" | "clearable" | "showPassword" | "showWordLimit" | "suffixIcon" | "prefixIcon" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "input", value: string) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "clear") => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; }, { input: import("@vue/reactivity").ShallowRef; textarea: import("@vue/reactivity").ShallowRef; ref: import("@vue/reactivity").ComputedRef; textareaStyle: import("@vue/reactivity").ComputedRef; autosize: import("@vue/reactivity").Ref; focus: () => Promise; blur: () => void | undefined; select: () => void; clear: () => void; resizeTextarea: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (value: string) => boolean; input: (value: string) => boolean; change: (value: string) => boolean; focus: (evt: FocusEvent) => boolean; blur: (evt: FocusEvent) => boolean; clear: () => boolean; mouseleave: (evt: MouseEvent) => boolean; mouseenter: (evt: MouseEvent) => boolean; keydown: (evt: Event | KeyboardEvent) => boolean; compositionstart: (evt: CompositionEvent) => boolean; compositionupdate: (evt: CompositionEvent) => boolean; compositionend: (evt: CompositionEvent) => boolean; }, string, { readonly readonly: import("packages/web/vue-utils/dist").EpPropMergeType; readonly form: string; readonly label: string; readonly type: string; readonly size: any; readonly disabled: boolean; readonly id: string; readonly autocomplete: string; readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>; readonly autosize: import("../../input").InputAutoSize; readonly clearable: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showPassword: import("packages/web/vue-utils/dist").EpPropMergeType; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropMergeType; readonly suffixIcon: import("packages/web/vue-utils/dist").IconProp; readonly prefixIcon: import("packages/web/vue-utils/dist").IconProp; readonly containerRole: string; readonly tabindex: import("packages/web/vue-utils/dist").EpPropMergeType; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropMergeType; readonly inputStyle: StyleValue; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>; readonly type: import("packages/web/vue-utils/dist").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize) | ((new (...args: any[]) => import("../../input").InputAutoSize & {}) | (() => import("../../input").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("packages/web/vue-utils/dist").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly form: import("packages/web/vue-utils/dist").EpPropFinalized; readonly readonly: import("packages/web/vue-utils/dist").EpPropFinalized; readonly clearable: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showPassword: import("packages/web/vue-utils/dist").EpPropFinalized; readonly showWordLimit: import("packages/web/vue-utils/dist").EpPropFinalized; readonly suffixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp) | ((new (...args: any[]) => import("packages/web/vue-utils/dist").IconProp & {}) | (() => import("packages/web/vue-utils/dist").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("packages/web/vue-utils/dist").EpPropFinalized; readonly label: import("packages/web/vue-utils/dist").EpPropFinalized; readonly tabindex: import("packages/web/vue-utils/dist").EpPropFinalized; readonly validateEvent: import("packages/web/vue-utils/dist").EpPropFinalized; readonly inputStyle: import("packages/web/vue-utils/dist").EpPropFinalized<(new (...args: any[]) => StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown, () => import("@element-plus-next/utils").Mutable<{}>, boolean>; }>> & { onChange?: ((value: string) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ input: import("@vue/reactivity").ShallowRef; textarea: import("@vue/reactivity").ShallowRef; ref: import("@vue/reactivity").ComputedRef; textareaStyle: import("@vue/reactivity").ComputedRef; autosize: import("@vue/reactivity").Ref; focus: () => Promise; blur: () => void | undefined; select: () => void; clear: () => void; resizeTextarea: () => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties & { $slots: { prepend: (_: {}) => any; prefix: (_: {}) => any; suffix: (_: {}) => any; append: (_: {}) => any; }; }) | undefined>; /** @description el-tooltip component instance */ popperRef: import("@vue/reactivity").Ref; /** @description fetch suggestions result */ suggestions: import("@vue/reactivity").Ref[]>; /** @description triggers when a suggestion is clicked */ handleSelect: (item: any) => Promise; /** @description handle keyboard enter event */ handleKeyEnter: () => Promise; /** @description focus the input element */ focus: () => void; /** @description blur the input element */ blur: () => void; /** @description close suggestion */ close: () => void; /** @description highlight an item in a suggestion */ highlight: (index: number) => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { "update:modelValue": (value: string) => boolean; input: (value: string) => boolean; change: (value: string) => boolean; focus: (evt: FocusEvent) => boolean; blur: (evt: FocusEvent) => boolean; clear: () => boolean; select: (item: { value: any; }) => boolean; }, string, { readonly modelValue: import("packages/web/vue-utils/dist").EpPropMergeType; readonly placement: import("packages/web/vue-utils/dist").EpPropMergeType<(new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement) | ((new (...args: any[]) => import("@popperjs/core").Placement & {}) | (() => import("@popperjs/core").Placement))[], "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>; readonly popperClass: string; readonly teleported: import("packages/web/vue-utils/dist").EpPropMergeType; readonly valueKey: string; readonly debounce: number; readonly fetchSuggestions: import("./autocomplete").AutocompleteFetchSuggestions; readonly triggerOnFocus: import("packages/web/vue-utils/dist").EpPropMergeType; readonly selectWhenUnmatched: import("packages/web/vue-utils/dist").EpPropMergeType; readonly hideLoading: import("packages/web/vue-utils/dist").EpPropMergeType; readonly highlightFirstItem: import("packages/web/vue-utils/dist").EpPropMergeType; readonly fitInputWidth: import("packages/web/vue-utils/dist").EpPropMergeType; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { prepend: (_: {}) => any; append: (_: {}) => any; prefix: (_: {}) => any; suffix: (_: {}) => any; default: (_: { item: Record; }) => any; }; }); export default _default;