import type { BrDensity } from '../global.types'; export type AvatarDensity = BrDensity; export type AvatarStatusPosition = 'top-right' | 'bottom-right' | 'top-left' | 'bottom-left';