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