import React, { FC } from 'react'; export declare type WithCarouselPropsType = { Carousel: any; props?: any; children: React.ReactNode; }; declare const WithCarousel: FC; export default WithCarousel;