/** * Sums the client widths of all row cells except the cell at `forCell`. */ export declare const getRemainingRowWidth: (row: HTMLElement, forCell?: number) => number; //# sourceMappingURL=getRemainingRowWidth.d.ts.map