export type AvatarSize = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | string; export type AvatarVariant = 'primary' | 'secondary' | string;