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