declare const _default: import('vue').DefineComponent<{ readonly size: { readonly type: import('vue').PropType; readonly default: "default"; }; readonly autocomplete: { readonly type: StringConstructor; readonly default: "off"; }; readonly type: { readonly type: StringConstructor; readonly default: "text"; }; readonly modelValue: { readonly type: any; readonly default: ""; }; readonly value: { readonly type: any; readonly default: ""; }; readonly rows: { readonly type: NumberConstructor; readonly default: 2; }; readonly placeholder: StringConstructor; readonly disabled: BooleanConstructor; readonly maxlength: { readonly type: NumberConstructor; readonly default: number; }; readonly readonly: BooleanConstructor; readonly prefixIcon: StringConstructor; readonly suffixIcon: StringConstructor; readonly clearable: BooleanConstructor; readonly passwordEye: BooleanConstructor; }, { slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; type: import('vue').Ref; handleInput: (event: Event) => void; handleClear: () => void; handlePassword: () => void; handleFocus: (event: FocusEvent) => void; handleBlur: (event: FocusEvent) => void; placeholder: import('vue').ComputedRef; clearable: import('vue').ComputedRef; password: import('vue').ComputedRef; disabled: import('vue').ComputedRef; handleChange: (event: Event) => void; }, 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; }, string, import('vue').PublicProps, Readonly; readonly default: "default"; }; readonly autocomplete: { readonly type: StringConstructor; readonly default: "off"; }; readonly type: { readonly type: StringConstructor; readonly default: "text"; }; readonly modelValue: { readonly type: any; readonly default: ""; }; readonly value: { readonly type: any; readonly default: ""; }; readonly rows: { readonly type: NumberConstructor; readonly default: 2; }; readonly placeholder: StringConstructor; readonly disabled: BooleanConstructor; readonly maxlength: { readonly type: NumberConstructor; readonly default: number; }; readonly readonly: BooleanConstructor; readonly prefixIcon: StringConstructor; readonly suffixIcon: StringConstructor; readonly clearable: BooleanConstructor; readonly passwordEye: BooleanConstructor; }>> & { onFocus?: ((evt: FocusEvent) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onClear?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }, { readonly size: import('../../button').ButtonSize; readonly type: string; readonly disabled: boolean; readonly modelValue: any; readonly value: any; readonly clearable: boolean; readonly readonly: boolean; readonly autocomplete: string; readonly rows: number; readonly maxlength: number; readonly passwordEye: boolean; }, {}>; export default _default;