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