/// export interface IBadgeProps { value?: string; isActive?: boolean; className?: string; children?: JSX.Element | JSX.Element[]; }