/** * Find the nearest scrollable parent of an element. */ export declare function findScrollContainer(element?: HTMLElement | null, direction?: 'x' | 'y'): HTMLElement; //# sourceMappingURL=findScrollContainer.d.ts.map