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