declare const _default: import("vue").DefineComponent<{ readonly id: import("code-monkey-ui/es/utils").EpPropFinalized; readonly step: import("code-monkey-ui/es/utils").EpPropFinalized; readonly stepStrictly: BooleanConstructor; readonly max: import("code-monkey-ui/es/utils").EpPropFinalized; readonly min: import("code-monkey-ui/es/utils").EpPropFinalized; readonly modelValue: NumberConstructor; readonly readonly: BooleanConstructor; readonly disabled: BooleanConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly controls: import("code-monkey-ui/es/utils").EpPropFinalized; readonly controlsPosition: import("code-monkey-ui/es/utils").EpPropFinalized; readonly valueOnClear: import("code-monkey-ui/es/utils").EpPropFinalized; readonly name: StringConstructor; readonly label: StringConstructor; readonly placeholder: StringConstructor; readonly precision: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropFinalized; }, { focus: () => void; blur: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (cur: number | undefined, prev: number | undefined) => boolean; blur: (e: FocusEvent) => boolean; focus: (e: FocusEvent) => boolean; input: (val: number | null | undefined) => boolean; "update:modelValue": (val: number | undefined) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly step: import("code-monkey-ui/es/utils").EpPropFinalized; readonly stepStrictly: BooleanConstructor; readonly max: import("code-monkey-ui/es/utils").EpPropFinalized; readonly min: import("code-monkey-ui/es/utils").EpPropFinalized; readonly modelValue: NumberConstructor; readonly readonly: BooleanConstructor; readonly disabled: BooleanConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly controls: import("code-monkey-ui/es/utils").EpPropFinalized; readonly controlsPosition: import("code-monkey-ui/es/utils").EpPropFinalized; readonly valueOnClear: import("code-monkey-ui/es/utils").EpPropFinalized; readonly name: StringConstructor; readonly label: StringConstructor; readonly placeholder: StringConstructor; readonly precision: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropFinalized; }>> & { onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined; "onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined; onInput?: ((val: number | null | undefined) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; }, { readonly id: string; readonly disabled: boolean; readonly readonly: boolean; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropMergeType; readonly max: number; readonly controls: import("code-monkey-ui/es/utils").EpPropMergeType; readonly min: number; readonly valueOnClear: any; readonly step: number; readonly controlsPosition: import("code-monkey-ui/es/utils").EpPropMergeType; readonly stepStrictly: boolean; }>; export default _default;