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