import { PureComponent } from "react"; import { PropsInterface } from "../../interfaces/interfaces/PropsInterface"; import { CarouselInterfaceProps } from "./Carousel"; export interface CarouselTextInterfaceProps extends PropsInterface, CarouselInterfaceProps { } export declare class CarouselText extends PureComponent { constructor(props: any); render(): JSX.Element; }