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