import { ZDateInput_Props } from '@zurich/dev-utils/code/DateInput'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { readonly modelValue?: ZDateInput_Props['model']; readonly inputType?: ZDateInput_Props['input-type']; readonly customUi?: ZDateInput_Props['custom-ui']; readonly firstWeekday?: ZDateInput_Props['first-weekday']; readonly helpText?: ZDateInput_Props['help-text']; readonly customStr?: ZDateInput_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { blur: () => any; validated: (payload: NonNullable) => any; restarted: () => any; enter: () => any; "update:modelValue": (payload: string) => any; }, string, import('vue').PublicProps, Readonly & { readonly modelValue?: ZDateInput_Props['model']; readonly inputType?: ZDateInput_Props['input-type']; readonly customUi?: ZDateInput_Props['custom-ui']; readonly firstWeekday?: ZDateInput_Props['first-weekday']; readonly helpText?: ZDateInput_Props['help-text']; readonly customStr?: ZDateInput_Props['custom-str']; }> & Readonly<{ onBlur?: (() => any) | undefined; onValidated?: ((payload: NonNullable) => any) | undefined; onRestarted?: (() => any) | undefined; onEnter?: (() => any) | undefined; "onUpdate:modelValue"?: ((payload: string) => 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 ZvDateInput }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };