import type { BaseSeriesProps } from './BaseSeries'; import type { IGaugePointerSeriesSpec } from '@visactor/vchart'; export type GaugePointerProps = BaseSeriesProps & Omit; export declare const GaugePointer: import("react").FC & { updateId?: number; componentId?: string; }>;