import { Table } from '../main-structures/table';
import { CellGridInfo } from './table-cell-grid-info';
export declare class GridMaker {
    static fillGridInfo(table: Table, tableCellGridInfos: CellGridInfo[][], tableCellInfos: CellGridInfo[][]): void;
}
