import { CartesianChartSpecTransformer } from '../../cartesian'; import type { ILinearProgressChartSpec } from './interface'; export declare class LinearProgressChartSpecTransformer extends CartesianChartSpecTransformer { protected needAxes(): boolean; protected _getDefaultSeriesSpec(spec: T): ILinearProgressChartSpec; transformSpec(spec: T): void; }