import { ZSafeSpace_Props } from '@zurich/dev-utils/code/SafeSpace'; type Props = Omit & { readonly imageSrc?: ZSafeSpace_Props['image-src']; readonly imageAlt?: ZSafeSpace_Props['image-alt']; readonly customStr?: ZSafeSpace_Props['custom-str']; readonly zTheme?: ZSafeSpace_Props['z-theme']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly> & Record<"image-src", any>>; export { _default as VueSafeSpace, VueSafeSpace as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };