export type AvatarShape = 'ellipse' | 'square'; export type AvatarSize = 'small' | 'medium' | 'large'; export type AvatarStatus = 'info' | 'error' | 'warning' | 'success' | 'default';