import { type CellMeta } from '@antv/s2';
import { ChartDataCell } from './chart-data-cell';
export declare class PivotChartDataCell extends ChartDataCell {
    isChartData(): boolean;
    getChartData(): any;
    getChartOptions(): any;
    drawTextShape(): void;
    protected handleSelect(cells: CellMeta[]): void;
}
