import { ZNumberInput_Props } from '@zurich/dev-utils/code/NumberInput';
/** ## ``
*
* ...
*
* @example
* ```html
*
* ```
* ___
*
*
*/
declare const _default: __VLS_WithTemplateSlots & {
readonly modelValue?: ZNumberInput_Props['model'];
readonly helpText?: ZNumberInput_Props['help-text'];
readonly alignRight?: ZNumberInput_Props['align-right'];
readonly customStr?: ZNumberInput_Props['custom-str'];
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
restarted: () => any;
enter: () => any;
"update:modelValue": (payload: number) => any;
}, string, import('vue').PublicProps, Readonly & {
readonly modelValue?: ZNumberInput_Props['model'];
readonly helpText?: ZNumberInput_Props['help-text'];
readonly alignRight?: ZNumberInput_Props['align-right'];
readonly customStr?: ZNumberInput_Props['custom-str'];
}> & Readonly<{
onRestarted?: (() => any) | undefined;
onEnter?: (() => any) | undefined;
"onUpdate:modelValue"?: ((payload: number) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
default: any;
label: any;
'help-text': any;
}> & {
default: any;
label: any;
'help-text': any;
}>;
export { _default as ZvNumberInput };
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};