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