import React from 'react'; import { SliderProps } from '@mui/material/Slider'; declare const Slider: React.FC; export default Slider;