import type { CellLocation } from '../../ts-types'; import type { BaseTableAPI } from '../../ts-types/base-table'; import { Group } from '../graphic/group'; export declare function createColGroup(containerGroup: Group, xOrigin: number, yOrigin: number, colStart: number, colEnd: number, rowStart: number, rowEnd: number, cellLocation: CellLocation, table: BaseTableAPI, rowLimit?: number): void;