declare const styles: {
    root: string;
    titleLabel: string;
    line: string;
    activeSection: string;
    inactiveSection: string;
    showTransitions: string;
    thumb: string;
    slideBox: string;
    container: string;
    valueLabel: string;
    rootIsEnabled: string;
    rootIsDisabled: string;
};
export = styles;
