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