import { default as Avatar } from './Avatar.vue'; import { default as AvatarGroup } from './AvatarGroup.vue'; export { Avatar as VxAvatar }; export { AvatarGroup as VxAvatarGroup }; export { avatarProps, avatarGroupProps } from './avatar'; export type { AvatarProps, AvatarGroupProps, AvatarSize, AvatarShape } from './avatar';