import type { ComputedRef, InjectionKey } from "vue"; import type { XyAvatarShape, XyAvatarSize } from "./types"; export interface XyAvatarGroupContext { shape: ComputedRef; size: ComputedRef; } export declare const xyAvatarGroupKey: InjectionKey;