export declare const ElInputNumber: import("@element-plus-next/vue-utils").SFCWithInstall<{ new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly size: any; readonly disabled: boolean; readonly min: number; readonly max: number; readonly id: string; readonly step: number; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly controls: import("@element-plus-next/vue-utils").EpPropMergeType; readonly controlsPosition: import("@element-plus-next/vue-utils").EpPropMergeType; readonly valueOnClear: any; readonly stepStrictly: boolean; }> & Omit; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly stepStrictly: BooleanConstructor; readonly max: import("@element-plus-next/vue-utils").EpPropFinalized; readonly min: import("@element-plus-next/vue-utils").EpPropFinalized; readonly modelValue: NumberConstructor; readonly disabled: BooleanConstructor; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly controls: import("@element-plus-next/vue-utils").EpPropFinalized; readonly controlsPosition: import("@element-plus-next/vue-utils").EpPropFinalized; readonly valueOnClear: import("@element-plus-next/vue-utils").EpPropFinalized; readonly name: StringConstructor; readonly label: StringConstructor; readonly placeholder: StringConstructor; readonly precision: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((val: number | null | undefined) => any) | undefined; "onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined; } & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "size" | "disabled" | "min" | "max" | "id" | "step" | "validateEvent" | "controls" | "controlsPosition" | "valueOnClear" | "stepStrictly">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: ((event: "change", prev: number | undefined, cur: number | undefined) => void) & ((event: "blur", e: FocusEvent) => void) & ((event: "focus", e: FocusEvent) => void) & ((event: "input", val: number | null | undefined) => void) & ((event: "update:modelValue", val: number | undefined) => void); $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly stepStrictly: BooleanConstructor; readonly max: import("@element-plus-next/vue-utils").EpPropFinalized; readonly min: import("@element-plus-next/vue-utils").EpPropFinalized; readonly modelValue: NumberConstructor; readonly disabled: BooleanConstructor; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly controls: import("@element-plus-next/vue-utils").EpPropFinalized; readonly controlsPosition: import("@element-plus-next/vue-utils").EpPropFinalized; readonly valueOnClear: import("@element-plus-next/vue-utils").EpPropFinalized; readonly name: StringConstructor; readonly label: StringConstructor; readonly placeholder: StringConstructor; readonly precision: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((val: number | null | undefined) => any) | undefined; "onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined; }, { focus: () => void; blur: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { change: (prev: number | undefined, cur: number | undefined) => boolean; blur: (e: FocusEvent) => boolean; focus: (e: FocusEvent) => boolean; input: (val: number | null | undefined) => boolean; "update:modelValue": (val: number | undefined) => boolean; }, string, { readonly size: any; readonly disabled: boolean; readonly min: number; readonly max: number; readonly id: string; readonly step: number; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly controls: import("@element-plus-next/vue-utils").EpPropMergeType; readonly controlsPosition: import("@element-plus-next/vue-utils").EpPropMergeType; readonly valueOnClear: any; readonly stepStrictly: boolean; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly stepStrictly: BooleanConstructor; readonly max: import("@element-plus-next/vue-utils").EpPropFinalized; readonly min: import("@element-plus-next/vue-utils").EpPropFinalized; readonly modelValue: NumberConstructor; readonly disabled: BooleanConstructor; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly controls: import("@element-plus-next/vue-utils").EpPropFinalized; readonly controlsPosition: import("@element-plus-next/vue-utils").EpPropFinalized; readonly valueOnClear: import("@element-plus-next/vue-utils").EpPropFinalized; readonly name: StringConstructor; readonly label: StringConstructor; readonly placeholder: StringConstructor; readonly precision: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((val: number | null | undefined) => any) | undefined; "onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined; } & import("@vue/reactivity").ShallowUnwrapRef<{ focus: () => void; blur: () => void; }> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase; readonly step: import("@element-plus-next/vue-utils").EpPropFinalized; readonly stepStrictly: BooleanConstructor; readonly max: import("@element-plus-next/vue-utils").EpPropFinalized; readonly min: import("@element-plus-next/vue-utils").EpPropFinalized; readonly modelValue: NumberConstructor; readonly disabled: BooleanConstructor; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly controls: import("@element-plus-next/vue-utils").EpPropFinalized; readonly controlsPosition: import("@element-plus-next/vue-utils").EpPropFinalized; readonly valueOnClear: import("@element-plus-next/vue-utils").EpPropFinalized; readonly name: StringConstructor; readonly label: StringConstructor; readonly placeholder: StringConstructor; readonly precision: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropFinalized; }>> & { onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((val: number | null | undefined) => any) | undefined; "onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined; }, { focus: () => void; blur: () => void; }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, { change: (prev: number | undefined, cur: number | undefined) => boolean; blur: (e: FocusEvent) => boolean; focus: (e: FocusEvent) => boolean; input: (val: number | null | undefined) => boolean; "update:modelValue": (val: number | undefined) => boolean; }, string, { readonly size: any; readonly disabled: boolean; readonly min: number; readonly max: number; readonly id: string; readonly step: number; readonly validateEvent: import("@element-plus-next/vue-utils").EpPropMergeType; readonly controls: import("@element-plus-next/vue-utils").EpPropMergeType; readonly controlsPosition: import("@element-plus-next/vue-utils").EpPropMergeType; readonly valueOnClear: any; readonly stepStrictly: boolean; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: {}; })> & Record; export default ElInputNumber; export * from './src/input-number';