export type BadgeSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | string; export type BadgeAppearance = 'fill' | 'outline' | 'ghost' | 'surface' | string; export type BadgeVariant = 'success' | 'error' | 'warning' | 'info' | string;