export interface ILabelProps { type: 'success' | 'warning' | 'attention' | 'neutral' | 'secondary' | 'primary' }