export declare const CSS: {
    container: string;
    fill: string;
    stepLine: string;
    label: string;
    labelHidden: string;
    labelRange: string;
    labelValue: string;
    unitLabel: string;
    stepsVisible: string;
    valueVisible: string;
    success: string;
    warning: string;
    danger: string;
};
