export type ProgressProps = { backgroundColor: string; progressSection: { percentage: string; color: string; }[]; };