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