declare function __VLS_template(): { attrs: Partial<{}>; slots: { prefix?(_: {}): any; suffix?(_: {}): any; }; refs: { inputRef: HTMLInputElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: ""; }; readonly placeholder: { readonly type: StringConstructor; readonly default: ""; }; readonly type: { readonly type: import('vue').PropType; readonly default: "text"; }; readonly size: { readonly type: import('vue').PropType; readonly default: "default"; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly readonly: { readonly type: BooleanConstructor; readonly default: false; }; readonly clearable: { readonly type: BooleanConstructor; readonly default: false; }; readonly maxlength: { readonly type: NumberConstructor; readonly default: undefined; }; readonly showWordLimit: { readonly type: BooleanConstructor; readonly default: false; }; readonly debounce: { readonly type: NumberConstructor; readonly default: 0; }; readonly mask: { readonly type: StringConstructor; readonly default: ""; }; readonly unmaskedValue: { readonly type: StringConstructor; readonly default: undefined; }; readonly trim: { readonly type: BooleanConstructor; readonly default: false; }; readonly lazy: { readonly type: BooleanConstructor; readonly default: false; }; readonly autofocus: { readonly type: BooleanConstructor; readonly default: false; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly formatter: { readonly type: import('vue').PropType<(value: string) => string>; readonly default: undefined; }; readonly parser: { readonly type: import('vue').PropType<(value: string) => string>; readonly default: undefined; }; readonly rows: { readonly type: NumberConstructor; readonly default: 3; }; readonly autosize: { readonly type: import('vue').PropType; readonly default: false; }; readonly min: { readonly type: NumberConstructor; readonly default: undefined; }; readonly max: { readonly type: NumberConstructor; readonly default: undefined; }; readonly step: { readonly type: NumberConstructor; readonly default: 1; }; readonly precision: { readonly type: NumberConstructor; readonly default: undefined; }; readonly inputClass: { readonly type: import('vue').PropType>; readonly default: ""; }; readonly inputStyle: { readonly type: import('vue').PropType>; readonly default: undefined; }; readonly regex: { readonly type: import('vue').PropType; readonly default: undefined; }; }>, { focus: () => void | undefined; blur: () => void | undefined; inputRef: import('vue').Ref; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { clear: () => void; search: (value: string) => void; input: (value: string | number) => void; "update:modelValue": (value: string | number) => void; focus: (event: FocusEvent) => void; blur: (event: FocusEvent) => void; change: (value: string | number) => void; "update:unmaskedValue": (value: string) => void; }, string, import('vue').PublicProps, Readonly; readonly default: ""; }; readonly placeholder: { readonly type: StringConstructor; readonly default: ""; }; readonly type: { readonly type: import('vue').PropType; readonly default: "text"; }; readonly size: { readonly type: import('vue').PropType; readonly default: "default"; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly readonly: { readonly type: BooleanConstructor; readonly default: false; }; readonly clearable: { readonly type: BooleanConstructor; readonly default: false; }; readonly maxlength: { readonly type: NumberConstructor; readonly default: undefined; }; readonly showWordLimit: { readonly type: BooleanConstructor; readonly default: false; }; readonly debounce: { readonly type: NumberConstructor; readonly default: 0; }; readonly mask: { readonly type: StringConstructor; readonly default: ""; }; readonly unmaskedValue: { readonly type: StringConstructor; readonly default: undefined; }; readonly trim: { readonly type: BooleanConstructor; readonly default: false; }; readonly lazy: { readonly type: BooleanConstructor; readonly default: false; }; readonly autofocus: { readonly type: BooleanConstructor; readonly default: false; }; readonly loading: { readonly type: BooleanConstructor; readonly default: false; }; readonly formatter: { readonly type: import('vue').PropType<(value: string) => string>; readonly default: undefined; }; readonly parser: { readonly type: import('vue').PropType<(value: string) => string>; readonly default: undefined; }; readonly rows: { readonly type: NumberConstructor; readonly default: 3; }; readonly autosize: { readonly type: import('vue').PropType; readonly default: false; }; readonly min: { readonly type: NumberConstructor; readonly default: undefined; }; readonly max: { readonly type: NumberConstructor; readonly default: undefined; }; readonly step: { readonly type: NumberConstructor; readonly default: 1; }; readonly precision: { readonly type: NumberConstructor; readonly default: undefined; }; readonly inputClass: { readonly type: import('vue').PropType>; readonly default: ""; }; readonly inputStyle: { readonly type: import('vue').PropType>; readonly default: undefined; }; readonly regex: { readonly type: import('vue').PropType; readonly default: undefined; }; }>> & Readonly<{ onClear?: (() => any) | undefined; onSearch?: ((value: string) => any) | undefined; onInput?: ((value: string | number) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string | number) => any) | undefined; "onUpdate:unmaskedValue"?: ((value: string) => any) | undefined; }>, { readonly size: import('./input').InputSize; readonly disabled: boolean; readonly loading: boolean; readonly trim: boolean; readonly type: import('./input').InputType; readonly mask: string; readonly modelValue: string | number; readonly placeholder: string; readonly readonly: boolean; readonly clearable: boolean; readonly maxlength: number; readonly showWordLimit: boolean; readonly debounce: number; readonly unmaskedValue: string; readonly lazy: boolean; readonly autofocus: boolean; readonly formatter: (value: string) => string; readonly parser: (value: string) => string; readonly rows: number; readonly autosize: boolean | { minRows?: number; maxRows?: number; }; readonly min: number; readonly max: number; readonly step: number; readonly precision: number; readonly inputClass: string | string[] | Record; readonly inputStyle: Record; readonly regex: RegExp; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { inputRef: HTMLInputElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };