import React from 'react'; import { Props } from './index'; declare const Comp: ({ items, className, current, onChange, style, indicatorDots, displayMultipleItems, lineDotsCls, autoplay, interval, roundDotCls, roundDotActiveCls, indicatorColor, inactiveScale, }: Props) => React.JSX.Element; export default Comp;