export interface ICarouselControlsProps {
    children: any;
}
