import type { DataRect, Grid } from "../+types.js";
export declare function adjustRectForRowAndCellSpan<T>(grid: Grid<T>, rect: DataRect): DataRect;
