export type BadgeVariant = 'neutral' | 'accent' | 'auxiliary' | 'success' | 'warning' | 'danger'; export type BadgeShape = 'pill' | 'square';