import type { InputNumberExpose, InputNumberProps } from './type'; declare var __VLS_1: {}, __VLS_55: {}; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { suffix?: (props: typeof __VLS_55) => any; }; declare const __VLS_base: import("vue").DefineComponent any; change: (value: number, e?: Event | undefined) => any; blur: (e: FocusEvent) => any; input: (value: number, e: Event) => any; focus: (e: FocusEvent) => any; "update:modelValue": (value: number) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: ((value: number) => any) | undefined; onChange?: ((value: number, e?: Event | undefined) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((value: number, e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: number) => any) | undefined; }>, { disabled: boolean; readonly: boolean; loading: boolean; clearable: boolean; status: "success" | "warning" | "error" | "normal"; max: number; min: number; step: number; strickStep: boolean; buttonPlacement: "start" | "end" | "both" | "start-reverse" | "end-reverse" | "both-reverse"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };