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