import { BadgeProps } from "./Badge.types.js";
import { Badge } from "./Badge.js";
export { Badge, type BadgeProps };