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