import { FC } from "react"; import "./style.scss"; import { CarouselProps } from ".."; /** Slides carousel with optional auto-play, dots, and arrow navigation */ declare const Carousel: FC; export default Carousel; //# sourceMappingURL=index.d.ts.map