export type { BadgeProps } from './props'; export type BadgeType = 'primary' | 'success' | 'warning' | 'info' | 'error';