import type { BadgeProps, BadgeColorType } from './type';
import Badge from './Badge.svelte';
import { badge } from './theme';
export { Badge, badge, type BadgeProps, type BadgeColorType };
