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