import { nextTick } from 'vue'; import type { StyleValue } from 'vue'; declare const _default: import("vue").DefineComponent<{ readonly valueKey: import("element-plus/es/utils").BuildPropReturn; readonly modelValue: import("element-plus/es/utils").BuildPropReturn; readonly debounce: import("element-plus/es/utils").BuildPropReturn; readonly placement: import("element-plus/es/utils").BuildPropReturn, "bottom-start", unknown, "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>; readonly fetchSuggestions: import("element-plus/es/utils").BuildPropReturn void) => void | Promise<{ value: string; }[]> | { value: string; }[]) | { value: string; }[]>, () => void, unknown, unknown, unknown>; readonly popperClass: import("element-plus/es/utils").BuildPropReturn; readonly triggerOnFocus: import("element-plus/es/utils").BuildPropReturn; readonly selectWhenUnmatched: import("element-plus/es/utils").BuildPropReturn; readonly hideLoading: import("element-plus/es/utils").BuildPropReturn; readonly popperAppendToBody: import("element-plus/es/utils").BuildPropReturn; readonly teleported: import("element-plus/es/utils").BuildPropReturn; readonly highlightFirstItem: import("element-plus/es/utils").BuildPropReturn; }, { COMPONENT_NAME: string; props: Readonly; readonly modelValue: import("element-plus/es/utils").BuildPropReturn; readonly debounce: import("element-plus/es/utils").BuildPropReturn; readonly placement: import("element-plus/es/utils").BuildPropReturn, "bottom-start", unknown, "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>; readonly fetchSuggestions: import("element-plus/es/utils").BuildPropReturn void) => void | Promise<{ value: string; }[]> | { value: string; }[]) | { value: string; }[]>, () => void, unknown, unknown, unknown>; readonly popperClass: import("element-plus/es/utils").BuildPropReturn; readonly triggerOnFocus: import("element-plus/es/utils").BuildPropReturn; readonly selectWhenUnmatched: import("element-plus/es/utils").BuildPropReturn; readonly hideLoading: import("element-plus/es/utils").BuildPropReturn; readonly popperAppendToBody: import("element-plus/es/utils").BuildPropReturn; readonly teleported: import("element-plus/es/utils").BuildPropReturn; readonly highlightFirstItem: import("element-plus/es/utils").BuildPropReturn; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onSelect?: ((item: { value: any; }) => any) | undefined; }>>; emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "select", item: { value: any; }) => void); ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; compatTeleported: import("vue").ComputedRef; isClear: boolean; attrs: import("vue").ComputedRef>; compAttrs: { [x: string]: unknown; }; suggestions: import("vue").Ref; highlightedIndex: import("vue").Ref; dropdownWidth: import("vue").Ref; activated: import("vue").Ref; suggestionDisabled: import("vue").Ref; loading: import("vue").Ref; inputRef: import("vue").Ref<({ $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{ type: string; size: import("element-plus/es/utils").BuildPropType; disabled: boolean; label: string; modelValue: import("element-plus/es/utils").BuildPropType, unknown, unknown>; resize: import("element-plus/es/utils").BuildPropType; autosize: import("element-plus/es/components/input").InputAutoSize; autocomplete: string; placeholder: string; form: string; readonly: import("element-plus/es/utils").BuildPropType; clearable: import("element-plus/es/utils").BuildPropType; showPassword: import("element-plus/es/utils").BuildPropType; showWordLimit: import("element-plus/es/utils").BuildPropType; suffixIcon: import("element-plus/es/utils").BuildPropType>, unknown, unknown>; prefixIcon: import("element-plus/es/utils").BuildPropType>, unknown, unknown>; tabindex: import("element-plus/es/utils").BuildPropType; validateEvent: import("element-plus/es/utils").BuildPropType; inputStyle: StyleValue; }> & Omit; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly type: import("element-plus/es/utils").BuildPropReturn; readonly resize: import("element-plus/es/utils").BuildPropReturn; readonly autosize: import("element-plus/es/utils").BuildPropReturn, false, unknown, unknown, unknown>; readonly autocomplete: import("element-plus/es/utils").BuildPropReturn; readonly placeholder: import("element-plus/es/utils").BuildPropReturn; readonly form: import("element-plus/es/utils").BuildPropReturn; readonly readonly: import("element-plus/es/utils").BuildPropReturn; readonly clearable: import("element-plus/es/utils").BuildPropReturn; readonly showPassword: import("element-plus/es/utils").BuildPropReturn; readonly showWordLimit: import("element-plus/es/utils").BuildPropReturn; readonly suffixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly prefixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly label: import("element-plus/es/utils").BuildPropReturn; readonly tabindex: import("element-plus/es/utils").BuildPropReturn; readonly validateEvent: import("element-plus/es/utils").BuildPropReturn; readonly inputStyle: import("element-plus/es/utils").BuildPropReturn, () => import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "size" | "disabled" | "label" | "modelValue" | "resize" | "autosize" | "autocomplete" | "placeholder" | "form" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "suffixIcon" | "prefixIcon" | "tabindex" | "validateEvent" | "inputStyle">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void); $el: any; $options: import("vue").ComponentOptionsBase; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly type: import("element-plus/es/utils").BuildPropReturn; readonly resize: import("element-plus/es/utils").BuildPropReturn; readonly autosize: import("element-plus/es/utils").BuildPropReturn, false, unknown, unknown, unknown>; readonly autocomplete: import("element-plus/es/utils").BuildPropReturn; readonly placeholder: import("element-plus/es/utils").BuildPropReturn; readonly form: import("element-plus/es/utils").BuildPropReturn; readonly readonly: import("element-plus/es/utils").BuildPropReturn; readonly clearable: import("element-plus/es/utils").BuildPropReturn; readonly showPassword: import("element-plus/es/utils").BuildPropReturn; readonly showWordLimit: import("element-plus/es/utils").BuildPropReturn; readonly suffixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly prefixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly label: import("element-plus/es/utils").BuildPropReturn; readonly tabindex: import("element-plus/es/utils").BuildPropReturn; readonly validateEvent: import("element-plus/es/utils").BuildPropReturn; readonly inputStyle: import("element-plus/es/utils").BuildPropReturn, () => import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; }, { PENDANT_MAP: { readonly suffix: "append"; readonly prefix: "prepend"; }; props: Readonly; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly type: import("element-plus/es/utils").BuildPropReturn; readonly resize: import("element-plus/es/utils").BuildPropReturn; readonly autosize: import("element-plus/es/utils").BuildPropReturn, false, unknown, unknown, unknown>; readonly autocomplete: import("element-plus/es/utils").BuildPropReturn; readonly placeholder: import("element-plus/es/utils").BuildPropReturn; readonly form: import("element-plus/es/utils").BuildPropReturn; readonly readonly: import("element-plus/es/utils").BuildPropReturn; readonly clearable: import("element-plus/es/utils").BuildPropReturn; readonly showPassword: import("element-plus/es/utils").BuildPropReturn; readonly showWordLimit: import("element-plus/es/utils").BuildPropReturn; readonly suffixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly prefixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly label: import("element-plus/es/utils").BuildPropReturn; readonly tabindex: import("element-plus/es/utils").BuildPropReturn; readonly validateEvent: import("element-plus/es/utils").BuildPropReturn; readonly inputStyle: import("element-plus/es/utils").BuildPropReturn, () => import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; }>>; emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void); instance: import("vue").ComponentInternalInstance; rawAttrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; attrs: import("vue").ComputedRef>; form: import("../../..").FormContext | undefined; formItem: import("../../..").FormItemContext | undefined; inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">; inputDisabled: import("vue").ComputedRef; nsInput: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; nsTextarea: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; input: import("vue").ShallowRef; textarea: import("vue").ShallowRef; focused: import("vue").Ref; hovering: import("vue").Ref; isComposing: import("vue").Ref; passwordVisible: import("vue").Ref; textareaCalcStyle: import("vue").ShallowRef; _ref: import("vue").ComputedRef; needStatusIcon: import("vue").ComputedRef; validateState: import("vue").ComputedRef; validateIcon: import("vue").ComputedRef; passwordIcon: import("vue").ComputedRef>, {}>>; containerStyle: import("vue").ComputedRef; textareaStyle: import("vue").ComputedRef; nativeInputValue: import("vue").ComputedRef; showClear: import("vue").ComputedRef; showPwdVisible: import("vue").ComputedRef; isWordLimitVisible: import("vue").ComputedRef; textLength: import("vue").ComputedRef; inputExceed: import("vue").ComputedRef; suffixVisible: import("vue").ComputedRef; resizeTextarea: () => void; setNativeInputValue: () => void; calcIconOffset: (place: "prefix" | "suffix") => void; updateIconOffset: () => void; handleInput: (event: Event) => Promise; handleChange: (event: Event) => void; handleCompositionStart: (event: CompositionEvent) => void; handleCompositionUpdate: (event: CompositionEvent) => void; handleCompositionEnd: (event: CompositionEvent) => void; handlePasswordVisible: () => void; focus: () => Promise; blur: () => void | undefined; handleFocus: (event: FocusEvent) => void; handleBlur: (event: FocusEvent) => void; handleMouseLeave: (evt: MouseEvent) => void; handleMouseEnter: (evt: MouseEvent) => void; handleKeydown: (evt: KeyboardEvent) => void; select: () => void; clear: () => void; ElIcon: import("element-plus/es/utils").SFCWithInstall, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }, { props: Readonly, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined; }>>; ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; style: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }>>, { size: import("element-plus/es/utils").BuildPropType, unknown, unknown>; color: string; }>> & Record; CircleClose: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").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, { type: string; size: import("element-plus/es/utils").BuildPropType; disabled: boolean; label: string; modelValue: import("element-plus/es/utils").BuildPropType, unknown, unknown>; resize: import("element-plus/es/utils").BuildPropType; autosize: import("element-plus/es/components/input").InputAutoSize; autocomplete: string; placeholder: string; form: string; readonly: import("element-plus/es/utils").BuildPropType; clearable: import("element-plus/es/utils").BuildPropType; showPassword: import("element-plus/es/utils").BuildPropType; showWordLimit: import("element-plus/es/utils").BuildPropType; suffixIcon: import("element-plus/es/utils").BuildPropType>, unknown, unknown>; prefixIcon: import("element-plus/es/utils").BuildPropType>, unknown, unknown>; tabindex: import("element-plus/es/utils").BuildPropType; validateEvent: import("element-plus/es/utils").BuildPropType; 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").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions | undefined): import("vue").WatchStopHandle; } & Readonly; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly type: import("element-plus/es/utils").BuildPropReturn; readonly resize: import("element-plus/es/utils").BuildPropReturn; readonly autosize: import("element-plus/es/utils").BuildPropReturn, false, unknown, unknown, unknown>; readonly autocomplete: import("element-plus/es/utils").BuildPropReturn; readonly placeholder: import("element-plus/es/utils").BuildPropReturn; readonly form: import("element-plus/es/utils").BuildPropReturn; readonly readonly: import("element-plus/es/utils").BuildPropReturn; readonly clearable: import("element-plus/es/utils").BuildPropReturn; readonly showPassword: import("element-plus/es/utils").BuildPropReturn; readonly showWordLimit: import("element-plus/es/utils").BuildPropReturn; readonly suffixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly prefixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly label: import("element-plus/es/utils").BuildPropReturn; readonly tabindex: import("element-plus/es/utils").BuildPropReturn; readonly validateEvent: import("element-plus/es/utils").BuildPropReturn; readonly inputStyle: import("element-plus/es/utils").BuildPropReturn, () => import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; } & import("vue").ShallowUnwrapRef<{ PENDANT_MAP: { readonly suffix: "append"; readonly prefix: "prepend"; }; props: Readonly; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly type: import("element-plus/es/utils").BuildPropReturn; readonly resize: import("element-plus/es/utils").BuildPropReturn; readonly autosize: import("element-plus/es/utils").BuildPropReturn, false, unknown, unknown, unknown>; readonly autocomplete: import("element-plus/es/utils").BuildPropReturn; readonly placeholder: import("element-plus/es/utils").BuildPropReturn; readonly form: import("element-plus/es/utils").BuildPropReturn; readonly readonly: import("element-plus/es/utils").BuildPropReturn; readonly clearable: import("element-plus/es/utils").BuildPropReturn; readonly showPassword: import("element-plus/es/utils").BuildPropReturn; readonly showWordLimit: import("element-plus/es/utils").BuildPropReturn; readonly suffixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly prefixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly label: import("element-plus/es/utils").BuildPropReturn; readonly tabindex: import("element-plus/es/utils").BuildPropReturn; readonly validateEvent: import("element-plus/es/utils").BuildPropReturn; readonly inputStyle: import("element-plus/es/utils").BuildPropReturn, () => import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; }>>; emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void); instance: import("vue").ComponentInternalInstance; rawAttrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; attrs: import("vue").ComputedRef>; form: import("../../..").FormContext | undefined; formItem: import("../../..").FormItemContext | undefined; inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">; inputDisabled: import("vue").ComputedRef; nsInput: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; nsTextarea: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; input: import("vue").ShallowRef; textarea: import("vue").ShallowRef; focused: import("vue").Ref; hovering: import("vue").Ref; isComposing: import("vue").Ref; passwordVisible: import("vue").Ref; textareaCalcStyle: import("vue").ShallowRef; _ref: import("vue").ComputedRef; needStatusIcon: import("vue").ComputedRef; validateState: import("vue").ComputedRef; validateIcon: import("vue").ComputedRef; passwordIcon: import("vue").ComputedRef>, {}>>; containerStyle: import("vue").ComputedRef; textareaStyle: import("vue").ComputedRef; nativeInputValue: import("vue").ComputedRef; showClear: import("vue").ComputedRef; showPwdVisible: import("vue").ComputedRef; isWordLimitVisible: import("vue").ComputedRef; textLength: import("vue").ComputedRef; inputExceed: import("vue").ComputedRef; suffixVisible: import("vue").ComputedRef; resizeTextarea: () => void; setNativeInputValue: () => void; calcIconOffset: (place: "prefix" | "suffix") => void; updateIconOffset: () => void; handleInput: (event: Event) => Promise; handleChange: (event: Event) => void; handleCompositionStart: (event: CompositionEvent) => void; handleCompositionUpdate: (event: CompositionEvent) => void; handleCompositionEnd: (event: CompositionEvent) => void; handlePasswordVisible: () => void; focus: () => Promise; blur: () => void | undefined; handleFocus: (event: FocusEvent) => void; handleBlur: (event: FocusEvent) => void; handleMouseLeave: (evt: MouseEvent) => void; handleMouseEnter: (evt: MouseEvent) => void; handleKeydown: (evt: KeyboardEvent) => void; select: () => void; clear: () => void; ElIcon: import("element-plus/es/utils").SFCWithInstall, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }, { props: Readonly, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined; }>>; ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; style: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }>>, { size: import("element-plus/es/utils").BuildPropType, unknown, unknown>; color: string; }>> & Record; CircleClose: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }> & {} & {} & import("vue").ComponentCustomProperties) | undefined>; regionRef: import("vue").Ref; popperRef: import("vue").Ref<({ $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; trigger: import("element-plus/es/utils").BuildPropType, unknown, unknown>; offset: number; effect: string; placement: import("element-plus/es/utils").BuildPropType; popperClass: string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | any)[])[])[])[])[])[])[])[])[])[])[]; showAfter: number; hideAfter: number; boundariesPadding: number; fallbackPlacements: import("element-plus/es/components/popper").Placement[]; gpuAcceleration: import("element-plus/es/utils").BuildPropType; popperOptions: Partial; strategy: import("element-plus/es/utils").BuildPropType; style: StyleValue; className: string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | any)[])[])[])[])[])[])[])[])[])[])[]; enterable: import("element-plus/es/utils").BuildPropType; popperStyle: StyleValue; referenceEl: HTMLElement; stopPopperMouseEvent: import("element-plus/es/utils").BuildPropType; visible: import("element-plus/es/utils").BuildPropType, unknown, unknown>; pure: boolean; appendTo: import("element-plus/es/utils").BuildPropType, unknown, unknown>; content: string; rawContent: import("element-plus/es/utils").BuildPropType; transition: string; teleported: import("element-plus/es/utils").BuildPropType; persistent: boolean; open: boolean; arrowOffset: number; virtualRef: import("../../..").Measurable; virtualTriggering: boolean; "onUpdate:visible": (val: boolean) => void; openDelay: number; visibleArrow: import("element-plus/es/utils").BuildPropType; showArrow: import("element-plus/es/utils").BuildPropType; }> & Omit number) | undefined, unknown, unknown, unknown>; visibleArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; hideAfter: import("element-plus/es/utils").BuildPropReturn number) | undefined, unknown, unknown, unknown>; showArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; arrowOffset: import("element-plus/es/utils").BuildPropReturn; disabled: BooleanConstructor; trigger: import("element-plus/es/utils").BuildPropReturn, "hover", unknown, unknown, unknown>; virtualRef: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; virtualTriggering: BooleanConstructor; onMouseenter: FunctionConstructor; onMouseleave: FunctionConstructor; onClick: FunctionConstructor; onKeydown: FunctionConstructor; onFocus: FunctionConstructor; onBlur: FunctionConstructor; onContextmenu: FunctionConstructor; id: StringConstructor; open: BooleanConstructor; appendTo: import("element-plus/es/utils").BuildPropReturn, string, unknown, unknown, unknown>; content: import("element-plus/es/utils").BuildPropReturn; rawContent: import("element-plus/es/utils").BuildPropReturn; persistent: BooleanConstructor; ariaLabel: StringConstructor; visible: import("element-plus/es/utils").BuildPropReturn, null, unknown, unknown, unknown>; transition: import("element-plus/es/utils").BuildPropReturn; teleported: import("element-plus/es/utils").BuildPropReturn; style: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; className: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; effect: import("element-plus/es/utils").BuildPropReturn; enterable: import("element-plus/es/utils").BuildPropReturn; pure: BooleanConstructor; popperClass: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; popperStyle: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; referenceEl: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; stopPopperMouseEvent: import("element-plus/es/utils").BuildPropReturn; zIndex: NumberConstructor; boundariesPadding: import("element-plus/es/utils").BuildPropReturn; fallbackPlacements: import("element-plus/es/utils").BuildPropReturn, () => never[], unknown, unknown, unknown>; gpuAcceleration: import("element-plus/es/utils").BuildPropReturn; offset: import("element-plus/es/utils").BuildPropReturn; placement: import("element-plus/es/utils").BuildPropReturn; popperOptions: import("element-plus/es/utils").BuildPropReturn>, () => {}, unknown, unknown, unknown>; strategy: import("element-plus/es/utils").BuildPropReturn; showAfter: import("element-plus/es/utils").BuildPropReturn; "onUpdate:visible": import("element-plus/es/utils").BuildPropReturn void>, never, false, never, never>; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | undefined; } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "offset" | "effect" | "placement" | "popperClass" | "showAfter" | "hideAfter" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "style" | "className" | "enterable" | "popperStyle" | "referenceEl" | "stopPopperMouseEvent" | "visible" | "pure" | "appendTo" | "content" | "rawContent" | "transition" | "teleported" | "persistent" | "open" | "arrowOffset" | "virtualRef" | "virtualTriggering" | "onUpdate:visible" | "openDelay" | "visibleArrow" | "showArrow">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase number) | undefined, unknown, unknown, unknown>; visibleArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; hideAfter: import("element-plus/es/utils").BuildPropReturn number) | undefined, unknown, unknown, unknown>; showArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; arrowOffset: import("element-plus/es/utils").BuildPropReturn; disabled: BooleanConstructor; trigger: import("element-plus/es/utils").BuildPropReturn, "hover", unknown, unknown, unknown>; virtualRef: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; virtualTriggering: BooleanConstructor; onMouseenter: FunctionConstructor; onMouseleave: FunctionConstructor; onClick: FunctionConstructor; onKeydown: FunctionConstructor; onFocus: FunctionConstructor; onBlur: FunctionConstructor; onContextmenu: FunctionConstructor; id: StringConstructor; open: BooleanConstructor; appendTo: import("element-plus/es/utils").BuildPropReturn, string, unknown, unknown, unknown>; content: import("element-plus/es/utils").BuildPropReturn; rawContent: import("element-plus/es/utils").BuildPropReturn; persistent: BooleanConstructor; ariaLabel: StringConstructor; visible: import("element-plus/es/utils").BuildPropReturn, null, unknown, unknown, unknown>; transition: import("element-plus/es/utils").BuildPropReturn; teleported: import("element-plus/es/utils").BuildPropReturn; style: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; className: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; effect: import("element-plus/es/utils").BuildPropReturn; enterable: import("element-plus/es/utils").BuildPropReturn; pure: BooleanConstructor; popperClass: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; popperStyle: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; referenceEl: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; stopPopperMouseEvent: import("element-plus/es/utils").BuildPropReturn; zIndex: NumberConstructor; boundariesPadding: import("element-plus/es/utils").BuildPropReturn; fallbackPlacements: import("element-plus/es/utils").BuildPropReturn, () => never[], unknown, unknown, unknown>; gpuAcceleration: import("element-plus/es/utils").BuildPropReturn; offset: import("element-plus/es/utils").BuildPropReturn; placement: import("element-plus/es/utils").BuildPropReturn; popperOptions: import("element-plus/es/utils").BuildPropReturn>, () => {}, unknown, unknown, unknown>; strategy: import("element-plus/es/utils").BuildPropReturn; showAfter: import("element-plus/es/utils").BuildPropReturn; "onUpdate:visible": import("element-plus/es/utils").BuildPropReturn void>, never, false, never, never>; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | undefined; }, { compatShowAfter: import("vue").ComputedRef; compatShowArrow: import("vue").ComputedRef>; popperRef: import("vue").Ref<({ $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); $el: any; $options: import("vue").ComponentOptionsBase>, { triggerRef: import("vue").Ref; popperInstanceRef: import("vue").Ref; contentRef: import("vue").Ref; referenceRef: import("vue").Ref; popperProvides: import("../../..").ElPopperInjectionContext; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {}> & { 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").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions | undefined): import("vue").WatchStopHandle; } & Readonly> & import("vue").ShallowUnwrapRef<{ triggerRef: import("vue").Ref; popperInstanceRef: import("vue").Ref; contentRef: import("vue").Ref; referenceRef: import("vue").Ref; popperProvides: import("../../..").ElPopperInjectionContext; }> & {} & {} & import("vue").ComponentCustomProperties) | null>; open: import("vue").Ref; hide: () => void; updatePopper: () => void; onOpen: () => void; onClose: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, { disabled: boolean; trigger: import("element-plus/es/utils").BuildPropType, unknown, unknown>; offset: number; effect: string; placement: import("element-plus/es/utils").BuildPropType; popperClass: string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | any)[])[])[])[])[])[])[])[])[])[])[]; showAfter: number; hideAfter: number; boundariesPadding: number; fallbackPlacements: import("element-plus/es/components/popper").Placement[]; gpuAcceleration: import("element-plus/es/utils").BuildPropType; popperOptions: Partial; strategy: import("element-plus/es/utils").BuildPropType; style: StyleValue; className: string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | any)[])[])[])[])[])[])[])[])[])[])[]; enterable: import("element-plus/es/utils").BuildPropType; popperStyle: StyleValue; referenceEl: HTMLElement; stopPopperMouseEvent: import("element-plus/es/utils").BuildPropType; visible: import("element-plus/es/utils").BuildPropType, unknown, unknown>; pure: boolean; appendTo: import("element-plus/es/utils").BuildPropType, unknown, unknown>; content: string; rawContent: import("element-plus/es/utils").BuildPropType; transition: string; teleported: import("element-plus/es/utils").BuildPropType; persistent: boolean; open: boolean; arrowOffset: number; virtualRef: import("../../..").Measurable; virtualTriggering: boolean; "onUpdate:visible": (val: boolean) => void; openDelay: number; visibleArrow: import("element-plus/es/utils").BuildPropType; showArrow: import("element-plus/es/utils").BuildPropType; }> & { 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").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions | undefined): import("vue").WatchStopHandle; } & Readonly number) | undefined, unknown, unknown, unknown>; visibleArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; hideAfter: import("element-plus/es/utils").BuildPropReturn number) | undefined, unknown, unknown, unknown>; showArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; arrowOffset: import("element-plus/es/utils").BuildPropReturn; disabled: BooleanConstructor; trigger: import("element-plus/es/utils").BuildPropReturn, "hover", unknown, unknown, unknown>; virtualRef: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; virtualTriggering: BooleanConstructor; onMouseenter: FunctionConstructor; onMouseleave: FunctionConstructor; onClick: FunctionConstructor; onKeydown: FunctionConstructor; onFocus: FunctionConstructor; onBlur: FunctionConstructor; onContextmenu: FunctionConstructor; id: StringConstructor; open: BooleanConstructor; appendTo: import("element-plus/es/utils").BuildPropReturn, string, unknown, unknown, unknown>; content: import("element-plus/es/utils").BuildPropReturn; rawContent: import("element-plus/es/utils").BuildPropReturn; persistent: BooleanConstructor; ariaLabel: StringConstructor; visible: import("element-plus/es/utils").BuildPropReturn, null, unknown, unknown, unknown>; transition: import("element-plus/es/utils").BuildPropReturn; teleported: import("element-plus/es/utils").BuildPropReturn; style: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; className: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; effect: import("element-plus/es/utils").BuildPropReturn; enterable: import("element-plus/es/utils").BuildPropReturn; pure: BooleanConstructor; popperClass: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; popperStyle: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; referenceEl: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; stopPopperMouseEvent: import("element-plus/es/utils").BuildPropReturn; zIndex: NumberConstructor; boundariesPadding: import("element-plus/es/utils").BuildPropReturn; fallbackPlacements: import("element-plus/es/utils").BuildPropReturn, () => never[], unknown, unknown, unknown>; gpuAcceleration: import("element-plus/es/utils").BuildPropReturn; offset: import("element-plus/es/utils").BuildPropReturn; placement: import("element-plus/es/utils").BuildPropReturn; popperOptions: import("element-plus/es/utils").BuildPropReturn>, () => {}, unknown, unknown, unknown>; strategy: import("element-plus/es/utils").BuildPropReturn; showAfter: import("element-plus/es/utils").BuildPropReturn; "onUpdate:visible": import("element-plus/es/utils").BuildPropReturn void>, never, false, never, never>; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | undefined; } & import("vue").ShallowUnwrapRef<{ compatShowAfter: import("vue").ComputedRef; compatShowArrow: import("vue").ComputedRef>; popperRef: import("vue").Ref<({ $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); $el: any; $options: import("vue").ComponentOptionsBase>, { triggerRef: import("vue").Ref; popperInstanceRef: import("vue").Ref; contentRef: import("vue").Ref; referenceRef: import("vue").Ref; popperProvides: import("../../..").ElPopperInjectionContext; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {}> & { 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").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions | undefined): import("vue").WatchStopHandle; } & Readonly> & import("vue").ShallowUnwrapRef<{ triggerRef: import("vue").Ref; popperInstanceRef: import("vue").Ref; contentRef: import("vue").Ref; referenceRef: import("vue").Ref; popperProvides: import("../../..").ElPopperInjectionContext; }> & {} & {} & import("vue").ComponentCustomProperties) | null>; open: import("vue").Ref; hide: () => void; updatePopper: () => void; onOpen: () => void; onClose: () => void; }> & {} & {} & import("vue").ComponentCustomProperties) | undefined>; listboxRef: import("vue").Ref; id: import("vue").ComputedRef; styles: import("vue").ComputedRef; suggestionVisible: import("vue").ComputedRef; suggestionLoading: import("vue").ComputedRef; onSuggestionShow: () => void; getData: (queryString: string) => void; debouncedGetData: import("lodash").DebouncedFunc<(queryString: string) => void>; handleInput: (value: string) => void; handleChange: (value: string) => void; handleFocus: (evt: FocusEvent) => void; handleBlur: (evt: FocusEvent) => void; handleClear: () => void; handleKeyEnter: () => void; close: () => void; focus: () => void; handleSelect: (item: any) => void; highlight: (index: number) => void; ElInput: import("element-plus/es/utils").SFCWithInstall; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly type: import("element-plus/es/utils").BuildPropReturn; readonly resize: import("element-plus/es/utils").BuildPropReturn; readonly autosize: import("element-plus/es/utils").BuildPropReturn, false, unknown, unknown, unknown>; readonly autocomplete: import("element-plus/es/utils").BuildPropReturn; readonly placeholder: import("element-plus/es/utils").BuildPropReturn; readonly form: import("element-plus/es/utils").BuildPropReturn; readonly readonly: import("element-plus/es/utils").BuildPropReturn; readonly clearable: import("element-plus/es/utils").BuildPropReturn; readonly showPassword: import("element-plus/es/utils").BuildPropReturn; readonly showWordLimit: import("element-plus/es/utils").BuildPropReturn; readonly suffixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly prefixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly label: import("element-plus/es/utils").BuildPropReturn; readonly tabindex: import("element-plus/es/utils").BuildPropReturn; readonly validateEvent: import("element-plus/es/utils").BuildPropReturn; readonly inputStyle: import("element-plus/es/utils").BuildPropReturn, () => import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>; }, { PENDANT_MAP: { readonly suffix: "append"; readonly prefix: "prepend"; }; props: Readonly; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly type: import("element-plus/es/utils").BuildPropReturn; readonly resize: import("element-plus/es/utils").BuildPropReturn; readonly autosize: import("element-plus/es/utils").BuildPropReturn, false, unknown, unknown, unknown>; readonly autocomplete: import("element-plus/es/utils").BuildPropReturn; readonly placeholder: import("element-plus/es/utils").BuildPropReturn; readonly form: import("element-plus/es/utils").BuildPropReturn; readonly readonly: import("element-plus/es/utils").BuildPropReturn; readonly clearable: import("element-plus/es/utils").BuildPropReturn; readonly showPassword: import("element-plus/es/utils").BuildPropReturn; readonly showWordLimit: import("element-plus/es/utils").BuildPropReturn; readonly suffixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly prefixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly label: import("element-plus/es/utils").BuildPropReturn; readonly tabindex: import("element-plus/es/utils").BuildPropReturn; readonly validateEvent: import("element-plus/es/utils").BuildPropReturn; readonly inputStyle: import("element-plus/es/utils").BuildPropReturn, () => import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; }>>; emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void); instance: import("vue").ComponentInternalInstance; rawAttrs: { [x: string]: unknown; }; slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; attrs: import("vue").ComputedRef>; form: import("../../..").FormContext | undefined; formItem: import("../../..").FormItemContext | undefined; inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">; inputDisabled: import("vue").ComputedRef; nsInput: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; nsTextarea: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; input: import("vue").ShallowRef; textarea: import("vue").ShallowRef; focused: import("vue").Ref; hovering: import("vue").Ref; isComposing: import("vue").Ref; passwordVisible: import("vue").Ref; textareaCalcStyle: import("vue").ShallowRef; _ref: import("vue").ComputedRef; needStatusIcon: import("vue").ComputedRef; validateState: import("vue").ComputedRef; validateIcon: import("vue").ComputedRef; passwordIcon: import("vue").ComputedRef>, {}>>; containerStyle: import("vue").ComputedRef; textareaStyle: import("vue").ComputedRef; nativeInputValue: import("vue").ComputedRef; showClear: import("vue").ComputedRef; showPwdVisible: import("vue").ComputedRef; isWordLimitVisible: import("vue").ComputedRef; textLength: import("vue").ComputedRef; inputExceed: import("vue").ComputedRef; suffixVisible: import("vue").ComputedRef; resizeTextarea: () => void; setNativeInputValue: () => void; calcIconOffset: (place: "prefix" | "suffix") => void; updateIconOffset: () => void; handleInput: (event: Event) => Promise; handleChange: (event: Event) => void; handleCompositionStart: (event: CompositionEvent) => void; handleCompositionUpdate: (event: CompositionEvent) => void; handleCompositionEnd: (event: CompositionEvent) => void; handlePasswordVisible: () => void; focus: () => Promise; blur: () => void | undefined; handleFocus: (event: FocusEvent) => void; handleBlur: (event: FocusEvent) => void; handleMouseLeave: (evt: MouseEvent) => void; handleMouseEnter: (evt: MouseEvent) => void; handleKeydown: (evt: KeyboardEvent) => void; select: () => void; clear: () => void; ElIcon: import("element-plus/es/utils").SFCWithInstall, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }, { props: Readonly, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined; }>>; ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; style: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }>>, { size: import("element-plus/es/utils").BuildPropType, unknown, unknown>; color: string; }>> & Record; CircleClose: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").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, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly disabled: BooleanConstructor; readonly modelValue: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly type: import("element-plus/es/utils").BuildPropReturn; readonly resize: import("element-plus/es/utils").BuildPropReturn; readonly autosize: import("element-plus/es/utils").BuildPropReturn, false, unknown, unknown, unknown>; readonly autocomplete: import("element-plus/es/utils").BuildPropReturn; readonly placeholder: import("element-plus/es/utils").BuildPropReturn; readonly form: import("element-plus/es/utils").BuildPropReturn; readonly readonly: import("element-plus/es/utils").BuildPropReturn; readonly clearable: import("element-plus/es/utils").BuildPropReturn; readonly showPassword: import("element-plus/es/utils").BuildPropReturn; readonly showWordLimit: import("element-plus/es/utils").BuildPropReturn; readonly suffixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly prefixIcon: import("element-plus/es/utils").BuildPropReturn>, "", unknown, unknown, unknown>; readonly label: import("element-plus/es/utils").BuildPropReturn; readonly tabindex: import("element-plus/es/utils").BuildPropReturn; readonly validateEvent: import("element-plus/es/utils").BuildPropReturn; readonly inputStyle: import("element-plus/es/utils").BuildPropReturn, () => import("element-plus/es/utils").Mutable<{}>, unknown, unknown, unknown>; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined; onCompositionstart?: ((evt: CompositionEvent) => any) | undefined; onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined; onCompositionend?: ((evt: CompositionEvent) => any) | undefined; }, { type: string; size: import("element-plus/es/utils").BuildPropType; disabled: boolean; label: string; modelValue: import("element-plus/es/utils").BuildPropType, unknown, unknown>; resize: import("element-plus/es/utils").BuildPropType; autosize: import("element-plus/es/components/input").InputAutoSize; autocomplete: string; placeholder: string; form: string; readonly: import("element-plus/es/utils").BuildPropType; clearable: import("element-plus/es/utils").BuildPropType; showPassword: import("element-plus/es/utils").BuildPropType; showWordLimit: import("element-plus/es/utils").BuildPropType; suffixIcon: import("element-plus/es/utils").BuildPropType>, unknown, unknown>; prefixIcon: import("element-plus/es/utils").BuildPropType>, unknown, unknown>; tabindex: import("element-plus/es/utils").BuildPropType; validateEvent: import("element-plus/es/utils").BuildPropType; inputStyle: StyleValue; }>> & Record; ElScrollbar: import("element-plus/es/utils").SFCWithInstall; readonly maxHeight: import("element-plus/es/utils").BuildPropReturn; readonly native: import("element-plus/es/utils").BuildPropReturn; readonly wrapStyle: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly wrapClass: import("element-plus/es/utils").BuildPropReturn; readonly viewClass: import("element-plus/es/utils").BuildPropReturn; readonly viewStyle: import("element-plus/es/utils").BuildPropReturn; readonly noresize: BooleanConstructor; readonly tag: import("element-plus/es/utils").BuildPropReturn; readonly always: import("element-plus/es/utils").BuildPropReturn; readonly minSize: import("element-plus/es/utils").BuildPropReturn; }, { ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; scrollbar$: import("vue").Ref; wrap$: import("vue").Ref; resize$: import("vue").Ref; barRef: import("vue").Ref; moveX: import("vue").Ref; moveY: import("vue").Ref; ratioX: import("vue").Ref; ratioY: import("vue").Ref; sizeWidth: import("vue").Ref; sizeHeight: import("vue").Ref; style: import("vue").ComputedRef; update: () => void; handleScroll: () => void; scrollTo: { (xCord: number, yCord?: number | undefined): void; (options: ScrollToOptions): void; }; setScrollTop: (value: number) => void; setScrollLeft: (value: number) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { scroll: ({ scrollTop, scrollLeft, }: { scrollTop: number; scrollLeft: number; }) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly maxHeight: import("element-plus/es/utils").BuildPropReturn; readonly native: import("element-plus/es/utils").BuildPropReturn; readonly wrapStyle: import("element-plus/es/utils").BuildPropReturn, "", unknown, unknown, unknown>; readonly wrapClass: import("element-plus/es/utils").BuildPropReturn; readonly viewClass: import("element-plus/es/utils").BuildPropReturn; readonly viewStyle: import("element-plus/es/utils").BuildPropReturn; readonly noresize: BooleanConstructor; readonly tag: import("element-plus/es/utils").BuildPropReturn; readonly always: import("element-plus/es/utils").BuildPropReturn; readonly minSize: import("element-plus/es/utils").BuildPropReturn; }>> & { onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; }, { height: import("element-plus/es/utils").BuildPropType; maxHeight: import("element-plus/es/utils").BuildPropType; always: import("element-plus/es/utils").BuildPropType; native: import("element-plus/es/utils").BuildPropType; wrapStyle: StyleValue; wrapClass: import("element-plus/es/utils").BuildPropType; viewClass: import("element-plus/es/utils").BuildPropType; viewStyle: import("element-plus/es/utils").BuildPropType; tag: string; minSize: number; noresize: boolean; }>> & Record; ElTooltip: import("element-plus/es/utils").SFCWithInstall number) | undefined, unknown, unknown, unknown>; visibleArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; hideAfter: import("element-plus/es/utils").BuildPropReturn number) | undefined, unknown, unknown, unknown>; showArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; arrowOffset: import("element-plus/es/utils").BuildPropReturn; disabled: BooleanConstructor; trigger: import("element-plus/es/utils").BuildPropReturn, "hover", unknown, unknown, unknown>; virtualRef: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; virtualTriggering: BooleanConstructor; onMouseenter: FunctionConstructor; onMouseleave: FunctionConstructor; onClick: FunctionConstructor; onKeydown: FunctionConstructor; onFocus: FunctionConstructor; onBlur: FunctionConstructor; onContextmenu: FunctionConstructor; id: StringConstructor; open: BooleanConstructor; appendTo: import("element-plus/es/utils").BuildPropReturn, string, unknown, unknown, unknown>; content: import("element-plus/es/utils").BuildPropReturn; rawContent: import("element-plus/es/utils").BuildPropReturn; persistent: BooleanConstructor; ariaLabel: StringConstructor; visible: import("element-plus/es/utils").BuildPropReturn, null, unknown, unknown, unknown>; transition: import("element-plus/es/utils").BuildPropReturn; teleported: import("element-plus/es/utils").BuildPropReturn; style: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; className: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; effect: import("element-plus/es/utils").BuildPropReturn; enterable: import("element-plus/es/utils").BuildPropReturn; pure: BooleanConstructor; popperClass: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; popperStyle: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; referenceEl: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; stopPopperMouseEvent: import("element-plus/es/utils").BuildPropReturn; zIndex: NumberConstructor; boundariesPadding: import("element-plus/es/utils").BuildPropReturn; fallbackPlacements: import("element-plus/es/utils").BuildPropReturn, () => never[], unknown, unknown, unknown>; gpuAcceleration: import("element-plus/es/utils").BuildPropReturn; offset: import("element-plus/es/utils").BuildPropReturn; placement: import("element-plus/es/utils").BuildPropReturn; popperOptions: import("element-plus/es/utils").BuildPropReturn>, () => {}, unknown, unknown, unknown>; strategy: import("element-plus/es/utils").BuildPropReturn; showAfter: import("element-plus/es/utils").BuildPropReturn; "onUpdate:visible": import("element-plus/es/utils").BuildPropReturn void>, never, false, never, never>; }, { compatShowAfter: import("vue").ComputedRef; compatShowArrow: import("vue").ComputedRef>; popperRef: import("vue").Ref<({ $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null; $emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void); $el: any; $options: import("vue").ComponentOptionsBase>, { triggerRef: import("vue").Ref; popperInstanceRef: import("vue").Ref; contentRef: import("vue").Ref; referenceRef: import("vue").Ref; popperProvides: import("../../..").ElPopperInjectionContext; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {}> & { 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").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions | undefined): import("vue").WatchStopHandle; } & Readonly> & import("vue").ShallowUnwrapRef<{ triggerRef: import("vue").Ref; popperInstanceRef: import("vue").Ref; contentRef: import("vue").Ref; referenceRef: import("vue").Ref; popperProvides: import("../../..").ElPopperInjectionContext; }> & {} & {} & import("vue").ComponentCustomProperties) | null>; open: import("vue").Ref; hide: () => void; updatePopper: () => void; onOpen: () => void; onClose: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly number) | undefined, unknown, unknown, unknown>; visibleArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; hideAfter: import("element-plus/es/utils").BuildPropReturn number) | undefined, unknown, unknown, unknown>; showArrow: import("element-plus/es/utils").BuildPropReturn false) | (() => true) | undefined, unknown, unknown, unknown>; arrowOffset: import("element-plus/es/utils").BuildPropReturn; disabled: BooleanConstructor; trigger: import("element-plus/es/utils").BuildPropReturn, "hover", unknown, unknown, unknown>; virtualRef: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; virtualTriggering: BooleanConstructor; onMouseenter: FunctionConstructor; onMouseleave: FunctionConstructor; onClick: FunctionConstructor; onKeydown: FunctionConstructor; onFocus: FunctionConstructor; onBlur: FunctionConstructor; onContextmenu: FunctionConstructor; id: StringConstructor; open: BooleanConstructor; appendTo: import("element-plus/es/utils").BuildPropReturn, string, unknown, unknown, unknown>; content: import("element-plus/es/utils").BuildPropReturn; rawContent: import("element-plus/es/utils").BuildPropReturn; persistent: BooleanConstructor; ariaLabel: StringConstructor; visible: import("element-plus/es/utils").BuildPropReturn, null, unknown, unknown, unknown>; transition: import("element-plus/es/utils").BuildPropReturn; teleported: import("element-plus/es/utils").BuildPropReturn; style: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; className: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; effect: import("element-plus/es/utils").BuildPropReturn; enterable: import("element-plus/es/utils").BuildPropReturn; pure: BooleanConstructor; popperClass: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; popperStyle: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; referenceEl: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; stopPopperMouseEvent: import("element-plus/es/utils").BuildPropReturn; zIndex: NumberConstructor; boundariesPadding: import("element-plus/es/utils").BuildPropReturn; fallbackPlacements: import("element-plus/es/utils").BuildPropReturn, () => never[], unknown, unknown, unknown>; gpuAcceleration: import("element-plus/es/utils").BuildPropReturn; offset: import("element-plus/es/utils").BuildPropReturn; placement: import("element-plus/es/utils").BuildPropReturn; popperOptions: import("element-plus/es/utils").BuildPropReturn>, () => {}, unknown, unknown, unknown>; strategy: import("element-plus/es/utils").BuildPropReturn; showAfter: import("element-plus/es/utils").BuildPropReturn; "onUpdate:visible": import("element-plus/es/utils").BuildPropReturn void>, never, false, never, never>; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | undefined; }, { disabled: boolean; trigger: import("element-plus/es/utils").BuildPropType, unknown, unknown>; offset: number; effect: string; placement: import("element-plus/es/utils").BuildPropType; popperClass: string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | any)[])[])[])[])[])[])[])[])[])[])[]; showAfter: number; hideAfter: number; boundariesPadding: number; fallbackPlacements: import("element-plus/es/components/popper").Placement[]; gpuAcceleration: import("element-plus/es/utils").BuildPropType; popperOptions: Partial; strategy: import("element-plus/es/utils").BuildPropType; style: StyleValue; className: string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | any)[])[])[])[])[])[])[])[])[])[])[]; enterable: import("element-plus/es/utils").BuildPropType; popperStyle: StyleValue; referenceEl: HTMLElement; stopPopperMouseEvent: import("element-plus/es/utils").BuildPropType; visible: import("element-plus/es/utils").BuildPropType, unknown, unknown>; pure: boolean; appendTo: import("element-plus/es/utils").BuildPropType, unknown, unknown>; content: string; rawContent: import("element-plus/es/utils").BuildPropType; transition: string; teleported: import("element-plus/es/utils").BuildPropType; persistent: boolean; open: boolean; arrowOffset: number; virtualRef: import("../../..").Measurable; virtualTriggering: boolean; "onUpdate:visible": (val: boolean) => void; openDelay: number; visibleArrow: import("element-plus/es/utils").BuildPropType; showArrow: import("element-plus/es/utils").BuildPropType; }>> & Record; ElIcon: import("element-plus/es/utils").SFCWithInstall, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }, { props: Readonly, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }>> & { [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined; }>>; ns: { namespace: import("vue").ComputedRef; b: (blockSuffix?: string) => string; e: (element?: string | undefined) => string; m: (modifier?: string | undefined) => string; be: (blockSuffix?: string | undefined, element?: string | undefined) => string; em: (element?: string | undefined, modifier?: string | undefined) => string; bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string; bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string; is: { (name: string, state: boolean | undefined): string; (name: string): string; }; }; style: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, unknown, unknown, unknown, unknown>; readonly color: import("element-plus/es/utils").BuildPropReturn; }>>, { size: import("element-plus/es/utils").BuildPropType, unknown, unknown>; color: string; }>> & Record; Loading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").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, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly modelValue: import("element-plus/es/utils").BuildPropReturn; readonly debounce: import("element-plus/es/utils").BuildPropReturn; readonly placement: import("element-plus/es/utils").BuildPropReturn, "bottom-start", unknown, "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>; readonly fetchSuggestions: import("element-plus/es/utils").BuildPropReturn void) => void | Promise<{ value: string; }[]> | { value: string; }[]) | { value: string; }[]>, () => void, unknown, unknown, unknown>; readonly popperClass: import("element-plus/es/utils").BuildPropReturn; readonly triggerOnFocus: import("element-plus/es/utils").BuildPropReturn; readonly selectWhenUnmatched: import("element-plus/es/utils").BuildPropReturn; readonly hideLoading: import("element-plus/es/utils").BuildPropReturn; readonly popperAppendToBody: import("element-plus/es/utils").BuildPropReturn; readonly teleported: import("element-plus/es/utils").BuildPropReturn; readonly highlightFirstItem: import("element-plus/es/utils").BuildPropReturn; }>> & { onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; onSelect?: ((item: { value: any; }) => any) | undefined; }, { modelValue: import("element-plus/es/utils").BuildPropType; valueKey: string; debounce: number; placement: import("element-plus/es/utils").BuildPropType, "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end", unknown>; fetchSuggestions: import("element-plus/es/utils").BuildPropType void) => void | Promise<{ value: string; }[]> | { value: string; }[]) | { value: string; }[]>, unknown, unknown>; popperClass: string; triggerOnFocus: import("element-plus/es/utils").BuildPropType; selectWhenUnmatched: import("element-plus/es/utils").BuildPropType; hideLoading: import("element-plus/es/utils").BuildPropType; popperAppendToBody: import("element-plus/es/utils").BuildPropType; teleported: import("element-plus/es/utils").BuildPropType; highlightFirstItem: import("element-plus/es/utils").BuildPropType; }>; export default _default;