import { AvatarGroup } from './avatargroup';
export type { WebAvatarGroupProps as AvatarGroupProps } from "../../types";
export default AvatarGroup;
