export type CounterColor = 'primary' | 'grey' | 'white' | 'warning' | 'error' | 'success'; export type CounterVariants = 'contained' | 'light';