export declare const REFLOW_EVENTS: ReadonlySet; export declare function isElementInViewport(element: Element): boolean; export declare function areElementsIntersecting(elem1: Element, elem2: Element): boolean;