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