import React from "react"; import { CarouselItemProps } from "./Carousel.interface"; export declare const CarouselItem: React.FC;