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