import { DataCell } from '../cell/data-cell'; import { CellTypes } from '../common/constant'; import type { TextTheme } from '../common/interface'; export declare class TableSeriesCell extends DataCell { get cellType(): CellTypes; protected getTextStyle(): TextTheme; protected drawBorderShape(): void; drawResizeArea(): void; }