export declare const stepperItemTokens: {
    calciteStepperItemBackgroundColorPress: string;
    calciteStepperItemHeaderTextColor: string;
    calciteStepperItemHeaderTextColorHover: string;
    calciteStepperItemSelectedHeaderTextColor: string;
    calciteStepperItemIconColor: string;
    calciteStepperItemCompleteIconColor: string;
    calciteStepperItemErrorIconColor: string;
    calciteStepperItemSelectedIconColor: string;
    calciteStepperItemDescriptionTextColor: string;
    calciteStepperItemDescriptionTextColorHover: string;
    calciteStepperBarGap: string;
    calciteStepperBarFillColor: string;
    calciteStepperBarFillColorHover: string;
    calciteStepperBarCompleteFillColor: string;
    calciteStepperBarCompleteFillColorHover: string;
    calciteStepperBarErrorFillColor: string;
    calciteStepperBarErrorFillColorHover: string;
    calciteStepperBarSelectedFillColor: string;
};
export declare const stepperItem: string;
export declare const stepperItemVertical: string;
