import { AvatarSize } from '@viasat/beam-shared/components/avatar'; import { BmAvatar } from './Avatar'; export interface AvatarGroupCtxValue { register: (el: BmAvatar) => void; unregister: (el: BmAvatar) => void; size?: AvatarSize; } export declare const AvatarGroupCtx: { __context__: AvatarGroupCtxValue; }; //# sourceMappingURL=AvatarGroup.context.d.ts.map