import React from 'react'; interface ISliderProps { } declare const SliderSample: React.FC; export default SliderSample;