import React from 'react'; import { SliderProps as MuiSliderProps } from '@material-ui/lab/Slider'; import { Styles } from './Slider.style'; export declare type SliderProps = Styles & MuiSliderProps & { autoFocus?: boolean; ['data-testLabel']?: string; }; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"track" | "container" | "trackAfter" | "trackBefore" | "thumbIconWrapper" | "thumb">>; export default _default; //# sourceMappingURL=Slider.d.ts.map