/** * Image with initials fallback and optional status dot * * Vue wrapper for the `Avatar` controller (`@42/core/avatar`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("avatar:load" | "avatar:error" | "avatar:statuschange")[], "avatar:load" | "avatar:error" | "avatar:statuschange", import('vue').PublicProps, Readonly> & Readonly<{ "onAvatar:load"?: ((...args: any[]) => any) | undefined; "onAvatar:error"?: ((...args: any[]) => any) | undefined; "onAvatar:statuschange"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;