import React from 'react';
import { ICarouselStandAlone } from './types/carousel';
export declare const CarouselStandAlone: React.ForwardRefExoticComponent<ICarouselStandAlone & React.RefAttributes<HTMLDivElement>>;
