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