export interface IProgressData { title: string; color: string; progress: number; }