declare function __VLS_template(): { attrs: Partial<{}>; slots: { plus?(_: {}): any; plus?(_: {}): any; minus?(_: {}): any; minus?(_: {}): any; prefix?(_: {}): any; suffix?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; default: string; }; clearable: { type: BooleanConstructor; default: boolean; }; size: { type: import('vue').PropType; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; placeholder: { type: StringConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; autoWidth: { type: BooleanConstructor; }; format: { type: import('vue').PropType<(value: string) => string>; }; validate: { type: import('vue').PropType<(value: number) => boolean>; }; inputId: { type: StringConstructor; }; clearValue: { type: NumberConstructor; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { [x: string]: any; } & { [x: string]: any; }, string, import('vue').PublicProps, Readonly; default: string; }; clearable: { type: BooleanConstructor; default: boolean; }; size: { type: import('vue').PropType; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; placeholder: { type: StringConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; autoWidth: { type: BooleanConstructor; }; format: { type: import('vue').PropType<(value: string) => string>; }; validate: { type: import('vue').PropType<(value: number) => boolean>; }; inputId: { type: StringConstructor; }; clearValue: { type: NumberConstructor; }; }>> & Readonly<{ [x: `on${Capitalize}`]: ((...args: any) => any) | undefined; }>, { color: "normal" | "primary" | "success" | "warning" | "danger"; disabled: boolean; variant: "solid" | "outline" | "text"; clearable: boolean; readonly: boolean; autoWidth: boolean; step: number; controls: "left" | "right" | "none" | "both"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };