import { default as Avatar } from './avatar'; import { default as AvatarGroup } from './avatar-group'; export type { AvatarProps } from './avatar'; export type { AvatarGroupProps } from './avatar-group'; export { Avatar, AvatarGroup };