import Indicator, { IndicatorProps as TIndicatorProps, IndicatorItemProps as TIndicatorItemProps } from './Indicator'; export type IndicatorProps = TIndicatorProps; export type IndicatorItemProps = TIndicatorItemProps; export default Indicator;