import { ZAvatar_Props } from '@zurich/dev-utils/code/Avatar'; type Props = Omit & { readonly zTheme?: ZAvatar_Props['z-theme']; imageSrc?: ZAvatar_Props['image-src']; imageAlt?: ZAvatar_Props['image-alt']; dropdownElements?: ZAvatar_Props['dropdown-elements']; profileConfig?: ZAvatar_Props['profile-config']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly> & Record<"content" | "default" | "image-src" | "name", any>>; export { _default as VueAvatar, VueAvatar as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };