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