export declare const sliderTokens: {
    calciteSliderTextColor: string;
    calciteSliderTrackColor: string;
    calciteSliderTrackFillColor: string;
    calciteSliderHandleFillColor: string;
    calciteSliderHandleExtensionColor: string;
    calciteSliderAccentColor: string;
    calciteSliderTickColor: string;
    calciteSliderTickBorderColor: string;
    calciteSliderTickSelectedColor: string;
    calciteSliderGraphColor: string;
};
export declare const slider: string;
