import { CarouselCaptionProps } from "./types";
export declare const CarouselCaption: import("react").MemoExoticComponent<({ children, ...props }: CarouselCaptionProps) => JSX.Element>;
