import { SliderProps } from '@material-ui/core'; import { FC } from 'react'; declare const ValueSlider: FC; export default ValueSlider;