export type AvatarVariant = 'user' | 'default' | 'bot';
