import Badge from "./badge"; export { StyledBadgeRoot, StyledBadge, StyledBadgePoints } from "./badge.styles"; export type { BadgeVariantsProps } from "./badge.styles"; export type { BadgeProps } from "./badge"; export default Badge;