export default scrollParent;
declare function scrollParent(element: any): HTMLElement | (Window & typeof globalThis);
