export { Avatar, type AvatarProps } from './Avatar'; export { AvatarIcon, AvatarFallback, AvatarImage, type AvatarIconProps, type AvatarFallbackProps, type AvatarImageProps } from './components'; export type { AvatarSize, AvatarVariant } from './types';