import type { DataRect } from "../+types.js";
export declare function areRectsEqual(left: DataRect, right: DataRect): boolean;
