export type StepThemeVars = {
    stepTextColor?: string;
    stepActiveColor?: string;
    stepProcessTextColor?: string;
    stepFontSize?: string;
    stepLineColor?: string;
    stepFinishLineColor?: string;
    stepFinishTextColor?: string;
    stepIconSize?: string;
    stepCircleSize?: string;
    stepCircleColor?: string;
    stepHorizontalTitleFontSize?: string;
};
