/** * Gets the scrolling element that contains the given element * Returns the first scrollable parent element or document.documentElement */ export declare const getScrollingElement: (element: HTMLElement) => HTMLElement; //# sourceMappingURL=get-scrolling-element.d.ts.map