export { Badge } from './Badge'; export type { BadgeProps } from './types'; export { Badge as default } from './Badge';