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