export interface BadgeProps { text: string; variant?: 'primary' | 'success' | 'warning' | 'danger'; }