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