export type BadgeKind = 'outline' | 'fill'; export type BadgeShape = 'pill' | 'rectangle'; export type { BadgeColor, BadgeSize, BadgeVariant } from './types';