import BsCarousel from "react-bootstrap/Carousel"; import type { BsPrefixRefForwardingComponent } from "react-bootstrap/helpers"; import type { CarouselProps as ICarouselProps } from "react-bootstrap/Carousel"; declare type Ref = typeof BsCarousel; declare type ICarouselWrapper = BsPrefixRefForwardingComponent; export interface ICarousel extends ICarouselWrapper { Item: typeof BsCarousel.Item; Caption: typeof BsCarousel.Caption; } export declare const Carousel: ICarousel; export type { ICarouselProps }; export default Carousel;