import Badge, { BadgeProps as TBadgeProps } from './Badge'; export type BadgeProps = TBadgeProps; export default Badge;