export declare function getScrollParent(el?: HTMLElement, includeHidden?: boolean): HTMLElement;
export declare function getScrollParents(el?: Element | null, stopAt?: Element | null): HTMLElement[];
export declare function hasScrollbar(el?: Element | null): boolean;