import { CellType } from '../common/constant';
import { TableDataCell } from './table-data-cell';
export declare class TableSeriesNumberCell extends TableDataCell {
    get cellType(): CellType;
}
