import Avatar from './avatar'; export type { AvatarProps } from './avatar'; export type { AvatarGroupProps } from './avatar-group'; export { StyledAvatar } from './avatar.styles'; export { StyledAvatarGroup } from './avatar-group.styles'; export { StyledAvatarGroupCount } from './avatar-group.styles'; export default Avatar;