import type { XyInputNumberExpose, XyInputNumberProps, XyInputNumberValue } from "./types"; declare var __VLS_1: { disabled: boolean; }, __VLS_8: {}, __VLS_10: {}, __VLS_12: { disabled: boolean; }, __VLS_19: { disabled: boolean; }, __VLS_26: { disabled: boolean; }; type __VLS_Slots = {} & { downIcon?: (props: typeof __VLS_1) => any; } & { prefix?: (props: typeof __VLS_8) => any; } & { suffix?: (props: typeof __VLS_10) => any; } & { upIcon?: (props: typeof __VLS_12) => any; } & { upIcon?: (props: typeof __VLS_19) => any; } & { downIcon?: (props: typeof __VLS_26) => any; }; declare const __VLS_base: import("vue").DefineComponent any; blur: (event: FocusEvent) => any; change: (value: XyInputNumberValue) => any; focus: (event: FocusEvent) => any; step: (value: XyInputNumberValue, info: import("./types").XyInputNumberStepInfo) => any; pressEnter: (event: KeyboardEvent) => any; "update:modelValue": (value: XyInputNumberValue) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onInput?: ((value: string, event: Event) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: XyInputNumberValue) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onStep?: ((value: XyInputNumberValue, info: import("./types").XyInputNumberStepInfo) => any) | undefined; onPressEnter?: ((event: KeyboardEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: XyInputNumberValue) => any) | undefined; }>, { mode: import("./types").XyInputNumberMode; variant: import("../core").XyControlVariant; step: import("./types").XyInputNumberStep; autocomplete: string; autofocus: boolean; modelValue: XyInputNumberValue; placeholder: string; keyboard: boolean; controls: import("./types").XyInputNumberControls; changeOnBlur: boolean; changeOnWheel: boolean; decimalSeparator: string; stringMode: boolean; }, {}, {}, {}, 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; }; };