/// import type { TrackProps } from '../iSlider'; declare const Track: (props: TrackProps) => JSX.Element; export default Track;