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