export type ProgressOverView = { description?: string; title: string; progress: number; showPercentage?: boolean; displayedContent?: string; firstGradient?: string; displayedContentColorMatchesGradientColor?: boolean; };