import { TimelineChartSpecTransformer } from './timeline-transformer'; import type { ITimelineChartSpec } from './interface'; import { BaseChart } from '@visactor/vchart'; export declare class TimelineChart extends BaseChart { static readonly type: string; static readonly seriesType: string; static readonly transformerConstructor: typeof TimelineChartSpecTransformer; readonly transformerConstructor: typeof TimelineChartSpecTransformer; readonly type: string; readonly seriesType: string; } export declare const registerTimelineChart: () => void;