export interface AvatarProps { width?: number | string; height?: number | string; src?: string; alt?: string; text?: string; variant?: "square" | "circle" | "rounded"; }