declare const _default: { 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: () => {}; }; }; export default _default;