export { Avatar } from './Avatar'; export { AvatarOrImage } from './AvatarOrImage'; export { renderAvatarVisual } from './renderAvatarVisual'; export { createAvatarDefinitionFromAgentBasicInformation } from './avatarRenderingUtils'; export { AVATAR_VISUALS, getAvatarVisualById, resolveAvatarVisualId } from './visuals/avatarVisualRegistry'; export type { AvatarDefinition } from './types/AvatarDefinition'; export type { AvatarInteractionState, AvatarPalette, AvatarPointerType, AvatarProps, AvatarVisual, AvatarVisualDefinition, AvatarVisualId, AvatarVisualRenderContext, RenderAvatarVisualOptions, } from './types/AvatarVisualDefinition';