import { BaseComponentProps } from './BaseComponent'; import type { IIndicatorSpec } from '@visactor/vchart'; export type IndicatorProps = IIndicatorSpec & BaseComponentProps; export declare const Indicator: import("react").FC;