import { ZLogo_Props } from '@zurich/dev-utils/code/Logo'; type Props = Omit & { readonly customStr?: ZLogo_Props['custom-str']; readonly zTheme?: ZLogo_Props['z-theme']; }; declare const _default: import('vue').DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export { _default as VueLogo, VueLogo as default };