export { default as AvatarRoot, type AvatarRootProps } from "./AvatarRoot";
export { default as AvatarImage, type AvatarImageProps, type AvatarImageEmits, } from "./AvatarImage";
export { default as AvatarFallback, type AvatarFallbackProps, } from "./AvatarFallback";