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