declare type TScrollElement = HTMLElement | Window | null; export declare function getScrollParent(el: Element, root?: TScrollElement): Element | Window | null; export {};