import { ZFloatingBanner_Props } from '@zurich/dev-utils/code/FloatingBanner'; type Props = Omit & { readonly zTheme?: ZFloatingBanner_Props['z-theme']; readonly customStr?: ZFloatingBanner_Props['custom-str']; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: ((payload: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>, { header?(_: {}): any; default?(_: {}): any; actions?(_: {}): any; }>; export { _default as VueFloatingBanner, VueFloatingBanner as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };