import * as React from 'react'; import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface CarouselCaptionProps extends BsPrefixProps, React.HTMLAttributes { } declare const CarouselCaption: BsPrefixRefForwardingComponent<'div', CarouselCaptionProps>; export default CarouselCaption;