import type { Wing } from '../../wing/index.js'; export declare const tableWing: Wing; export declare const tableWings: readonly Wing[]; export { CELL_SELECTED } from './attach.js'; export { TH, headerLineOf, repairCell, repairTable, selectionBox } from './table.js'; export { SPAN_COL, SPAN_ROW, boxBetween, cellCovering, cellGrid, cellsInBox, insertCellInRow, mapCells, spanOf, stepCell, withSpans, } from './grid.js'; export type { GridBox, GridCell, TableGrid } from './grid.js'; //# sourceMappingURL=index.d.ts.map