export type ProgressThemeVars = { progressHeight?: string progressColor?: string progressInactiveColor?: string progressBackground?: string progressPivotPadding?: string progressPivotTextColor?: string progressPivotFontSize?: string progressPivotLineHeight?: number | string progressPivotBackground?: string }