import { Indicator } from './indicator';
export type { WebIndicatorProps as IndicatorProps, IndicatorColor, IndicatorType, } from "../../types";
export default Indicator;
