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