import type { DataRect } from "../+types.js";
export declare function isOverlappingRect(rect1: DataRect, rect2: DataRect): boolean;
