import AvatarGroup from './AvatarGroup';
export type { AvatarGroupProps } from './AvatarGroup';
export { AvatarGroup };
export default AvatarGroup;
