export type AvatarStatus = 'online' | 'away' | 'offline';
export type AvatarSize = 'sm' | 'md' | 'lg' | 'xl';
