export declare const 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("./src/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: import("vue").StyleValue; }>> & Record; export default ElInput; export * from './src/input';