export declare function getScrollingElement(document: Document): Element; export declare function getFrameElement(window: Window | null | undefined): Element | null | undefined; export declare function getParentElement(element: Element): Element | null | undefined; export declare function rectsAreEqual(a: DOMRect, b: DOMRect): boolean; //# sourceMappingURL=dom.d.ts.map