export type BadgeVariant = 'blue' | 'success' | 'critic' | 'info' | 'error';
