/// import { CarouselProps } from './types'; export declare const Carousel: (props: CarouselProps) => JSX.Element; export default Carousel;