import { ZModal_Props } from '@zurich/dev-utils/code/Modal'; type Props = Omit & { readonly zTheme?: ZModal_Props['z-theme']; readonly customStr?: ZModal_Props['custom-str']; readonly modelValue?: ZModal_Props['model']; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: boolean | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, { default?(_: {}): any; }>; export { _default as VueModal, VueModal as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };