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