/**
* Returns the nearest scrollable parent of the element or `null` if the element
* is not contained in a scrollable element.
*/export declare functiongetScrollContainer(element: Element | null): Element | null;
//# sourceMappingURL=scroll.d.ts.map