import { CellBorderPosition, CornerCell } from '@antv/s2'; export declare class AxisCornerCell extends CornerCell { get cellType(): any; protected getBorderPositions(): CellBorderPosition[]; protected isBolderText(): boolean; getMaxTextWidth(): number; protected getTreeIconWidth(): number; protected getInteractedCells(): import("@antv/s2").CellMeta[]; protected initCell(): void; }