export type SpinnerColor = 'primary' | 'primary-alt' | 'secondary' | 'error' | 'success' | 'warning';
