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