export declare const ElAutocomplete: import("@element-plus-next/vue-utils").SFCWithInstall<{ new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly modelValue: import("@element-plus-next/vue-utils").EpPropMergeType; readonly placement: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropMergeType; readonly valueKey: string; readonly debounce: number; readonly fetchSuggestions: import("./src/autocomplete").AutocompleteFetchSuggestions; readonly triggerOnFocus: import("@element-plus-next/vue-utils").EpPropMergeType; readonly selectWhenUnmatched: import("@element-plus-next/vue-utils").EpPropMergeType; readonly hideLoading: import("@element-plus-next/vue-utils").EpPropMergeType; readonly highlightFirstItem: import("@element-plus-next/vue-utils").EpPropMergeType; readonly fitInputWidth: import("@element-plus-next/vue-utils").EpPropMergeType; }> & Omit; readonly modelValue: import("@element-plus-next/vue-utils").EpPropFinalized; readonly debounce: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("./src/autocomplete").AutocompleteData | ((queryString: string, cb: import("./src/autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("packages/web/utils/dist").Awaitable)) | (() => import("./src/autocomplete").AutocompleteFetchSuggestions) | ((new (...args: any[]) => import("./src/autocomplete").AutocompleteData | ((queryString: string, cb: import("./src/autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("packages/web/utils/dist").Awaitable)) | (() => import("./src/autocomplete").AutocompleteFetchSuggestions))[], unknown, unknown, () => void, boolean>; readonly popperClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly triggerOnFocus: import("@element-plus-next/vue-utils").EpPropFinalized; readonly selectWhenUnmatched: import("@element-plus-next/vue-utils").EpPropFinalized; readonly hideLoading: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly teleported: import("@element-plus-next/vue-utils").EpPropFinalized; readonly highlightFirstItem: import("@element-plus-next/vue-utils").EpPropFinalized; readonly fitInputWidth: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly debounce: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("./src/autocomplete").AutocompleteData | ((queryString: string, cb: import("./src/autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("packages/web/utils/dist").Awaitable)) | (() => import("./src/autocomplete").AutocompleteFetchSuggestions) | ((new (...args: any[]) => import("./src/autocomplete").AutocompleteData | ((queryString: string, cb: import("./src/autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("packages/web/utils/dist").Awaitable)) | (() => import("./src/autocomplete").AutocompleteFetchSuggestions))[], unknown, unknown, () => void, boolean>; readonly popperClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly triggerOnFocus: import("@element-plus-next/vue-utils").EpPropFinalized; readonly selectWhenUnmatched: import("@element-plus-next/vue-utils").EpPropFinalized; readonly hideLoading: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly teleported: import("@element-plus-next/vue-utils").EpPropFinalized; readonly highlightFirstItem: import("@element-plus-next/vue-utils").EpPropFinalized; readonly fitInputWidth: import("@element-plus-next/vue-utils").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; }, { highlightedIndex: import("@vue/reactivity").Ref; activated: import("@vue/reactivity").Ref; loading: import("@vue/reactivity").Ref; inputRef: import("@vue/reactivity").Ref<({ $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly readonly: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").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("..").InputAutoSize; readonly clearable: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showPassword: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropMergeType; readonly suffixIcon: import("@element-plus-next/vue-utils").IconProp; readonly prefixIcon: import("@element-plus-next/vue-utils").IconProp; readonly containerRole: string; readonly tabindex: import("@element-plus-next/vue-utils").EpPropMergeType; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly inputStyle: import("@vue/runtime-dom").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").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("..").InputAutoSize; readonly clearable: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showPassword: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropMergeType; readonly suffixIcon: import("@element-plus-next/vue-utils").IconProp; readonly prefixIcon: import("@element-plus-next/vue-utils").IconProp; readonly containerRole: string; readonly tabindex: import("@element-plus-next/vue-utils").EpPropMergeType; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly inputStyle: import("@vue/runtime-dom").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 import("@vue/runtime-core").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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>; popperRef: import("@vue/reactivity").Ref; suggestions: import("@vue/reactivity").Ref[]>; handleSelect: (item: any) => Promise; handleKeyEnter: () => Promise; focus: () => void; blur: () => void; close: () => void; 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("@element-plus-next/vue-utils").EpPropMergeType; readonly placement: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropMergeType; readonly valueKey: string; readonly debounce: number; readonly fetchSuggestions: import("./src/autocomplete").AutocompleteFetchSuggestions; readonly triggerOnFocus: import("@element-plus-next/vue-utils").EpPropMergeType; readonly selectWhenUnmatched: import("@element-plus-next/vue-utils").EpPropMergeType; readonly hideLoading: import("@element-plus-next/vue-utils").EpPropMergeType; readonly highlightFirstItem: import("@element-plus-next/vue-utils").EpPropMergeType; readonly fitInputWidth: import("@element-plus-next/vue-utils").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 import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly modelValue: import("@element-plus-next/vue-utils").EpPropFinalized; readonly debounce: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("./src/autocomplete").AutocompleteData | ((queryString: string, cb: import("./src/autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("packages/web/utils/dist").Awaitable)) | (() => import("./src/autocomplete").AutocompleteFetchSuggestions) | ((new (...args: any[]) => import("./src/autocomplete").AutocompleteData | ((queryString: string, cb: import("./src/autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("packages/web/utils/dist").Awaitable)) | (() => import("./src/autocomplete").AutocompleteFetchSuggestions))[], unknown, unknown, () => void, boolean>; readonly popperClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly triggerOnFocus: import("@element-plus-next/vue-utils").EpPropFinalized; readonly selectWhenUnmatched: import("@element-plus-next/vue-utils").EpPropFinalized; readonly hideLoading: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly teleported: import("@element-plus-next/vue-utils").EpPropFinalized; readonly highlightFirstItem: import("@element-plus-next/vue-utils").EpPropFinalized; readonly fitInputWidth: import("@element-plus-next/vue-utils").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<{ highlightedIndex: import("@vue/reactivity").Ref; activated: import("@vue/reactivity").Ref; loading: import("@vue/reactivity").Ref; inputRef: import("@vue/reactivity").Ref<({ $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly readonly: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").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("..").InputAutoSize; readonly clearable: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showPassword: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropMergeType; readonly suffixIcon: import("@element-plus-next/vue-utils").IconProp; readonly prefixIcon: import("@element-plus-next/vue-utils").IconProp; readonly containerRole: string; readonly tabindex: import("@element-plus-next/vue-utils").EpPropMergeType; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly inputStyle: import("@vue/runtime-dom").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").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("..").InputAutoSize; readonly clearable: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showPassword: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropMergeType; readonly suffixIcon: import("@element-plus-next/vue-utils").IconProp; readonly prefixIcon: import("@element-plus-next/vue-utils").IconProp; readonly containerRole: string; readonly tabindex: import("@element-plus-next/vue-utils").EpPropMergeType; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly inputStyle: import("@vue/runtime-dom").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 import("@vue/runtime-core").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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>; popperRef: import("@vue/reactivity").Ref; suggestions: import("@vue/reactivity").Ref[]>; handleSelect: (item: any) => Promise; handleKeyEnter: () => Promise; focus: () => void; blur: () => void; close: () => void; highlight: (index: number) => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase; readonly modelValue: import("@element-plus-next/vue-utils").EpPropFinalized; readonly debounce: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("./src/autocomplete").AutocompleteData | ((queryString: string, cb: import("./src/autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("packages/web/utils/dist").Awaitable)) | (() => import("./src/autocomplete").AutocompleteFetchSuggestions) | ((new (...args: any[]) => import("./src/autocomplete").AutocompleteData | ((queryString: string, cb: import("./src/autocomplete").AutocompleteFetchSuggestionsCallback) => void | import("packages/web/utils/dist").Awaitable)) | (() => import("./src/autocomplete").AutocompleteFetchSuggestions))[], unknown, unknown, () => void, boolean>; readonly popperClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly triggerOnFocus: import("@element-plus-next/vue-utils").EpPropFinalized; readonly selectWhenUnmatched: import("@element-plus-next/vue-utils").EpPropFinalized; readonly hideLoading: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly teleported: import("@element-plus-next/vue-utils").EpPropFinalized; readonly highlightFirstItem: import("@element-plus-next/vue-utils").EpPropFinalized; readonly fitInputWidth: import("@element-plus-next/vue-utils").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; }, { highlightedIndex: import("@vue/reactivity").Ref; activated: import("@vue/reactivity").Ref; loading: import("@vue/reactivity").Ref; inputRef: import("@vue/reactivity").Ref<({ $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly readonly: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").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("..").InputAutoSize; readonly clearable: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showPassword: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropMergeType; readonly suffixIcon: import("@element-plus-next/vue-utils").IconProp; readonly prefixIcon: import("@element-plus-next/vue-utils").IconProp; readonly containerRole: string; readonly tabindex: import("@element-plus-next/vue-utils").EpPropMergeType; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly inputStyle: import("@vue/runtime-dom").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").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("..").InputAutoSize; readonly clearable: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showPassword: import("@element-plus-next/vue-utils").EpPropMergeType; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropMergeType; readonly suffixIcon: import("@element-plus-next/vue-utils").IconProp; readonly prefixIcon: import("@element-plus-next/vue-utils").IconProp; readonly containerRole: string; readonly tabindex: import("@element-plus-next/vue-utils").EpPropMergeType; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly inputStyle: import("@vue/runtime-dom").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 import("@vue/runtime-core").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("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly resize: { readonly type: import("@vue/runtime-core").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize) | ((new (...args: any[]) => import("..").InputAutoSize & {}) | (() => import("..").InputAutoSize))[], unknown, unknown, false, boolean>; readonly autocomplete: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly readonly: import("@element-plus-next/vue-utils").EpPropFinalized; readonly clearable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showPassword: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showWordLimit: import("@element-plus-next/vue-utils").EpPropFinalized; readonly suffixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly prefixIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly containerRole: import("@element-plus-next/vue-utils").EpPropFinalized; readonly label: import("@element-plus-next/vue-utils").EpPropFinalized; readonly tabindex: import("@element-plus-next/vue-utils").EpPropFinalized; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly inputStyle: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue) | ((new (...args: any[]) => import("@vue/runtime-dom").StyleValue & {}) | (() => import("@vue/runtime-dom").StyleValue))[], unknown, unknown, () => import("packages/web/utils/dist").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>; popperRef: import("@vue/reactivity").Ref; suggestions: import("@vue/reactivity").Ref[]>; handleSelect: (item: any) => Promise; handleKeyEnter: () => Promise; focus: () => void; blur: () => void; close: () => void; 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("@element-plus-next/vue-utils").EpPropMergeType; readonly placement: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropMergeType; readonly valueKey: string; readonly debounce: number; readonly fetchSuggestions: import("./src/autocomplete").AutocompleteFetchSuggestions; readonly triggerOnFocus: import("@element-plus-next/vue-utils").EpPropMergeType; readonly selectWhenUnmatched: import("@element-plus-next/vue-utils").EpPropMergeType; readonly hideLoading: import("@element-plus-next/vue-utils").EpPropMergeType; readonly highlightFirstItem: import("@element-plus-next/vue-utils").EpPropMergeType; readonly fitInputWidth: import("@element-plus-next/vue-utils").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; }; })> & Record; export default ElAutocomplete; export * from './src/autocomplete';