export { Avatar } from './avatar'; export { AvatarGroup } from './avatar-group'; export { StyledAvatarGroup, StyledAvatar, StyledInitials, StyledRoot } from './styled-component'; export { useAvatarColor } from './useAvatarColor'; export type { Spacing, Shape, Size, AvatarGroupProps, AvatarSharedProps, AvatarProps, } from './types';