import { nextTick } from 'vue'; import type { StyleValue } from 'vue'; declare const _default: { new (...args: any[]): { $: 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("./input").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: 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; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __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[]) => 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("@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; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __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[]) => 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; }, { /** @description HTML input element */ input: import("@vue/reactivity").ShallowRef; /** @description HTML textarea element */ textarea: import("@vue/reactivity").ShallowRef; /** @description HTML element, input or textarea */ ref: import("@vue/reactivity").ComputedRef; /** @description style of textarea. */ textareaStyle: import("@vue/reactivity").ComputedRef; /** @description from props (used on unit test) */ autosize: import("@vue/reactivity").Ref; /** @description HTML input element native method */ focus: () => Promise; /** @description HTML input element native method */ blur: () => void | undefined; /** @description HTML input element native method */ select: () => void; /** @description clear input value */ clear: () => void; /** @description resize textarea. */ 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("./input").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: 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("@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; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __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[]) => 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<{ /** @description HTML input element */ input: import("@vue/reactivity").ShallowRef; /** @description HTML textarea element */ textarea: import("@vue/reactivity").ShallowRef; /** @description HTML element, input or textarea */ ref: import("@vue/reactivity").ComputedRef; /** @description style of textarea. */ textareaStyle: import("@vue/reactivity").ComputedRef; /** @description from props (used on unit test) */ autosize: import("@vue/reactivity").Ref; /** @description HTML input element native method */ focus: () => Promise; /** @description HTML input element native method */ blur: () => void | undefined; /** @description HTML input element native method */ select: () => void; /** @description clear input value */ clear: () => void; /** @description resize textarea. */ resizeTextarea: () => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & 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; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly autosize: import("@element-plus-next/vue-utils").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("@element-plus-next/vue-utils").EpPropFinalized; readonly formatter: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly parser: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __epPropKey: true; }; readonly placeholder: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; /** @description HTML element, input or textarea */ readonly validator: ((val: unknown) => boolean) | undefined; /** @description style of textarea. */ __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[]) => 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; }, { /** @description HTML input element */ input: import("@vue/reactivity").ShallowRef; /** @description HTML textarea element */ textarea: import("@vue/reactivity").ShallowRef; /** @description HTML element, input or textarea */ ref: import("@vue/reactivity").ComputedRef; /** @description style of textarea. */ textareaStyle: import("@vue/reactivity").ComputedRef; /** @description from props (used on unit test) */ autosize: import("@vue/reactivity").Ref; /** @description HTML input element native method */ focus: () => Promise; /** @description HTML input element native method */ blur: () => void | undefined; /** @description HTML input element native method */ select: () => void; /** @description clear input value */ clear: () => void; /** @description resize textarea. */ 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("./input").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: StyleValue; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { prepend: (_: {}) => any; prefix: (_: {}) => any; suffix: (_: {}) => any; append: (_: {}) => any; }; }); export default _default;