declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ default(): any; prepend(): any; append(): any; prefix(): any; suffix(): any; }> & { default(): any; prepend(): any; append(): any; prefix(): any; suffix(): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; modelValue: { type: (NumberConstructor | StringConstructor)[]; }; defaultValue: { type: (NumberConstructor | StringConstructor)[]; }; type: { type: import('vue').PropType<"text" | "password">; default: string; }; placeholder: { type: StringConstructor; }; inputId: { type: StringConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; noKeyboard: { type: BooleanConstructor; }; clearable: { type: BooleanConstructor; }; minLength: { type: NumberConstructor; }; maxLength: { type: NumberConstructor; }; showLength: { type: import('vue').PropType<"always" | "auto" | "never">; default: string; }; getLength: { type: import('vue').PropType<(val: string) => number>; }; inputOnOutlimit: { type: BooleanConstructor; default: boolean; }; format: { type: import('vue').PropType<(value: string) => string>; }; validate: { type: import('vue').PropType<(value: string) => boolean>; }; valueOnInvalidChange: { type: import('vue').PropType string)>; }; showPasswordEvent: { type: import('vue').PropType<"click" | "pointerdown">; default: string; }; autoWidth: { type: BooleanConstructor; }; passwordPlaceholder: { type: StringConstructor; default: string; }; onlyNumericInput: { type: BooleanConstructor; }; }>, { focus: () => void | undefined; blur: () => void | undefined; clear: () => void | undefined; inputEl: () => HTMLInputElement | HTMLTextAreaElement | undefined; togglePassword: () => void | undefined; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { input: (evt: Event, value: string) => any; clear: (evt?: Event | undefined) => any; blur: (evt: FocusEvent) => any; change: (value: string) => any; focus: (evt: FocusEvent) => any; "update:modelValue": (value: string) => any; pressEnter: (evt: KeyboardEvent) => any; }, string, import('vue').PublicProps, Readonly; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; modelValue: { type: (NumberConstructor | StringConstructor)[]; }; defaultValue: { type: (NumberConstructor | StringConstructor)[]; }; type: { type: import('vue').PropType<"text" | "password">; default: string; }; placeholder: { type: StringConstructor; }; inputId: { type: StringConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; noKeyboard: { type: BooleanConstructor; }; clearable: { type: BooleanConstructor; }; minLength: { type: NumberConstructor; }; maxLength: { type: NumberConstructor; }; showLength: { type: import('vue').PropType<"always" | "auto" | "never">; default: string; }; getLength: { type: import('vue').PropType<(val: string) => number>; }; inputOnOutlimit: { type: BooleanConstructor; default: boolean; }; format: { type: import('vue').PropType<(value: string) => string>; }; validate: { type: import('vue').PropType<(value: string) => boolean>; }; valueOnInvalidChange: { type: import('vue').PropType string)>; }; showPasswordEvent: { type: import('vue').PropType<"click" | "pointerdown">; default: string; }; autoWidth: { type: BooleanConstructor; }; passwordPlaceholder: { type: StringConstructor; default: string; }; onlyNumericInput: { type: BooleanConstructor; }; }>> & Readonly<{ onInput?: ((evt: Event, value: string) => any) | undefined; onClear?: ((evt?: Event | undefined) => any) | undefined; onBlur?: ((evt: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((evt: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; onPressEnter?: ((evt: KeyboardEvent) => any) | undefined; }>, { color: "normal" | "primary" | "success" | "warning" | "danger"; type: "text" | "password"; disabled: boolean; variant: "solid" | "outline" | "text"; clearable: boolean; readonly: boolean; noKeyboard: boolean; showLength: "auto" | "always" | "never"; inputOnOutlimit: boolean; showPasswordEvent: "click" | "pointerdown"; autoWidth: boolean; passwordPlaceholder: string; onlyNumericInput: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };