/** * Rule that validates table row and column alignment. * * Builds a grid model of each `` and checks that all rows have a * consistent number of columns, that `colspan`/`rowspan` attributes do not * cause cell overlap, and that `rowspan` values do not exceed the available * rows in their table section. */ declare const _default: Readonly>; export default _default;