import { AvatarComposition } from '../components'; export type AvatarGroupParts = 'wrapper'; export type AvatarGroupComposition = AvatarGroupParts | `avatar${Capitalize}`; //# sourceMappingURL=styles.d.ts.map