import { Carousel } from 'antd'; export type { CarouselProps } from 'antd/lib/carousel'; export * from 'antd/lib/carousel'; export default Carousel;