import React from 'react';
import { SliderProps } from '@bytedance/mona';
declare const Slider: React.FC<SliderProps>;
export default Slider;
