import { FC } from 'react'; import { CarouselProps } from './Carousel.types'; export declare const Carousel: FC;