import AvatarGroup from './AvatarGroup'; export * from './Avatar.types'; export * from './AvatarGroup.types'; export { default } from './Avatar'; export { default as Avatar } from './Avatar'; export { AvatarGroup };