export type BadgeColor = 'primary' | 'grey' | 'white' | 'warning' | 'error' | 'success'; export type BadgeVariantsColor = 'contained' | 'light';