export declare const isScrollable: (ele: HTMLElement | null) => boolean;
export declare const getScrollableParent: (el: HTMLElement, limit?: HTMLElement | undefined) => null | HTMLElement;
