import { Rect } from '../typings/internal'; export declare function rectIsIntersect(r1: Rect, r2: Rect): boolean;