import { CandlestickChartSpecTransformer } from './candlestick-transformer'; import type { ICandlestickChartSpec } from './interface'; import { BaseChart } from '@visactor/vchart'; export declare class CandlestickChart extends BaseChart { static readonly type: string; static readonly seriesType: string; static readonly transformerConstructor: typeof CandlestickChartSpecTransformer; protected _setModelOption(): void; } export declare const registerCandlestickChart: () => void;