/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare class RowspanService { private skipCells; addCells(rowIndex: number, colIndex: number, rowspan: number): void; reset(): void; shouldSkip(rowIndex: number, colIndex: number): boolean; private cellExists; }