import React from 'react';
import { CarouselIndicatorProps } from './interface';
declare const CarouselIndicatorComponent: React.ForwardRefExoticComponent<CarouselIndicatorProps & React.RefAttributes<unknown>>;
export default CarouselIndicatorComponent;