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