import { Badge } from './badge';
export type { BadgeFill, BadgeProps } from './badge';
export default Badge;
