import { TbsGrid } from "./tbs.grid"; export declare class TbsGridTable { grid: TbsGrid; constructor(grid: TbsGrid); createTable(panelName: any, startRowIndex: any, rowCount: any): void; createTableHead(panelName: string, table: any): void; createTableHead1(panelName: string, table: any): void; createTableHead2(panelName: any, table: any): number; createTableHead0(panelName: any, table: any): number; createTableRow(panelName: any, tbody: any): void; updateTableRows(panelName: any, rowCount: any): void; } //# sourceMappingURL=tbs.grid.table.d.ts.map