import { ZNumberInput_Props } from '@zurich/dev-utils/code/NumberInput'; type Props = Omit & { readonly zTheme?: ZNumberInput_Props['z-theme']; readonly customStr?: ZNumberInput_Props['custom-str']; readonly modelValue?: ZNumberInput_Props['model']; helpText?: ZNumberInput_Props['help-text']; }; declare const _default: __VLS_WithTemplateSlots any; enter: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: number | null | undefined) => any) | undefined; onEnter?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputRef: HTMLInputElement; }, HTMLLabelElement>, Readonly> & Record<"label" | "help-text" | "data-list", any>>; export { _default as VueNumberInput, VueNumberInput as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };