/** * Returns true if element is scrollable, false otherwise. * @param element Target element. * @returns True if element is scrollable, false otherwise. */ export declare function isScrollable(element: Element): boolean;