import { Badge } from './badge';
export type { BadgeFill, BadgeDotSize, WebBadgeProps as BadgeProps, } from "../../types";
export default Badge;
