declare const _sfc_main: import("vue").DefineComponent<{ modelValue: { type: (NumberConstructor | StringConstructor)[]; default: () => string | number; }; template: { type: (StringConstructor | BooleanConstructor)[]; default: () => string | boolean; }; spinner: { type: BooleanConstructor; default: () => boolean; }; spinnerAlign: { type: StringConstructor; default: () => string; }; step: { type: NumberConstructor; default: () => number; }; align: { type: StringConstructor; default: () => string; }; label: { type: StringConstructor; default: () => string; }; labelClass: { type: StringConstructor; default: () => string; }; wrapperClass: { type: StringConstructor; default: () => string; }; wrapperGroupClass: { type: StringConstructor; default: () => string; }; prependClass: { type: StringConstructor; default: () => string; }; appendClass: { type: StringConstructor; default: () => string; }; inputClass: { type: StringConstructor; default: () => string; }; modelModifiers: { type: ObjectConstructor; default: () => {}; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "plus" | "minus" | "positive" | "negative" | "input" | "change")[], "update:modelValue" | "plus" | "minus" | "positive" | "negative" | "input" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly string | number; }; template: { type: (StringConstructor | BooleanConstructor)[]; default: () => string | boolean; }; spinner: { type: BooleanConstructor; default: () => boolean; }; spinnerAlign: { type: StringConstructor; default: () => string; }; step: { type: NumberConstructor; default: () => number; }; align: { type: StringConstructor; default: () => string; }; label: { type: StringConstructor; default: () => string; }; labelClass: { type: StringConstructor; default: () => string; }; wrapperClass: { type: StringConstructor; default: () => string; }; wrapperGroupClass: { type: StringConstructor; default: () => string; }; prependClass: { type: StringConstructor; default: () => string; }; appendClass: { type: StringConstructor; default: () => string; }; inputClass: { type: StringConstructor; default: () => string; }; modelModifiers: { type: ObjectConstructor; default: () => {}; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onPlus?: ((...args: any[]) => any) | undefined; onMinus?: ((...args: any[]) => any) | undefined; onPositive?: ((...args: any[]) => any) | undefined; onNegative?: ((...args: any[]) => any) | undefined; onInput?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }, { modelValue: string | number; template: string | boolean; spinner: boolean; spinnerAlign: string; step: number; align: string; label: string; labelClass: string; wrapperClass: string; wrapperGroupClass: string; prependClass: string; appendClass: string; inputClass: string; modelModifiers: Record; }, {}>; export default _sfc_main;