export { Avatar } from './Avatar'; export { getBackgroundColor as generateAvatarColor } from './Avatar.helpers'; export type { AvatarProps } from './Avatar';