export declare namespace Elements {
    /** @see https://stackoverflow.com/questions/4880381/check-whether-html-element-has-scrollbars */
    function isScrollable(ele: Element): boolean;
}
