interface IBadgeProps extends React.HTMLAttributes { secondary?: boolean; } export const Badge: React.FC;