import type { DataRect } from "../+types.js";
export declare function isWithinSelectionRect(rect: DataRect, r: number, c: number): boolean;
