export default function rectIntersectsRect({ rect1, rect2 }: { rect1: any; rect2: any; }): boolean;