export {
  default as AvatarFallback,
  type AvatarFallbackProps,
} from './AvatarFallback.vue'
export {
  default as AvatarImage,
  type AvatarImageEmits,
  type AvatarImageProps,
} from './AvatarImage.vue'
export {
  default as AvatarRoot,
  type AvatarRootProps,
  injectAvatarRootContext,
} from './AvatarRoot.vue'
