export type ProgressThemeVars = { progressHeight?: string; progressBorderRadius?: string; progressBackgroundColor?: string; progressPortionColor?: string; progressPortionFontSize?: string; progressInactiveBackgroundColor?: string; progressPortionPrimaryBackgroundColor?: string; progressPortionInfoBackgroundColor?: string; progressPortionSuccessBackgroundColor?: string; progressPortionWarningBackgroundColor?: string; progressPortionDangerBackgroundColor?: string; };