import { Badge, BadgeProps } from './Badge';
import { withBadge } from './withBadge';
export { withBadge, Badge };
export type { BadgeProps };