import React from 'react'; declare const Carousel: (data: any) => React.JSX.Element | null; export default Carousel;