export { default as Badge } from './Badge.tsx'; export { BADGE_STYLES } from './styles/Badge.css.ts'; export type { BadgeProps } from './types/Badge.props.ts'; export type { BadgeVariant, BadgeColor, BadgeSize } from './types/Badge.types.ts';