import { JSX } from "react";
import { InfiniteCarouselWrapperProps } from "./types";
export declare const InfiniteCarouselWrapper: ({ children, wrapperStyle, autoSlide, snapDuration, contentPaddingHorizaintal, activeSlideAccentColor, inactiveSlideAccentColor, dotSize, onSlideChange, paginationComponent, }: InfiniteCarouselWrapperProps) => JSX.Element;
//# sourceMappingURL=InfiniteCarouselWrapper.d.ts.map