export type AvatarShape = 'circle' | 'square'; export type AvatarTriggerType = 'button' | 'mask'; export type ObjectFit = 'fill' | 'contain' | 'cover' | 'none' | 'scale-down';