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