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