import React from "react"; import * as T from "./Carousel.types"; declare const Carousel: React.FC; export default Carousel;