import type { IndicatorProps } from './types';
declare const Indicator: import("react").ForwardRefExoticComponent<IndicatorProps & import("react").RefAttributes<HTMLDivElement>>;
export default Indicator;
