export declare function getScrollableElement(element: EventTarget | null): (Window & typeof globalThis) | HTMLElement | null;
