export type StepperThemeVars = {
    stepperBackground?: string;
    stepperButtonIconColor?: string;
    stepperButtonDisabledColor?: string;
    stepperButtonDisabledIconColor?: string;
    stepperButtonRoundThemeColor?: string;
    stepperInputWidth?: string;
    stepperInputHeight?: string;
    stepperInputFontSize?: string;
    stepperInputLineHeight?: number | string;
    stepperInputTextColor?: string;
    stepperInputDisabledTextColor?: string;
    stepperInputDisabledBackground?: string;
    stepperRadius?: string;
};
