export type ProgressType = 'line' | 'circle';
export type ProgressColor = 'primary' | 'primary-alt' | 'secondary' | 'error' | 'success' | 'warning';
export type ProgressStatus = 'error' | null;
