import type { DataRect } from "../types/api.js";
export declare function isOverlappingRect(a: DataRect, b: DataRect): boolean;
