import { ZAvatar_Props } from '@zurich/dev-utils/code/Avatar';
/** ## ``
*
* ...
*
* @example
* ```html
*
* ```
* ___
*
*
*/
declare const _default: __VLS_WithTemplateSlots & {
readonly imageSrc?: ZAvatar_Props['image-src'];
readonly profileConfig?: ZAvatar_Props['profile-config'];
readonly dropdownElements?: ZAvatar_Props['dropdown-elements'];
readonly customStr?: ZAvatar_Props['custom-str'];
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly & {
readonly imageSrc?: ZAvatar_Props['image-src'];
readonly profileConfig?: ZAvatar_Props['profile-config'];
readonly dropdownElements?: ZAvatar_Props['dropdown-elements'];
readonly customStr?: ZAvatar_Props['custom-str'];
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
default: any;
}> & {
default: any;
}>;
export { _default as ZvAvatar };
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};