/**
* check if element is within the viewport or is overlapped by another element or disabled
* @param {HTMLElement} elem element to check
* @return {Boolean} false if element is not overlapped
*/exportdefaultfunctionisElementClickable(elem: HTMLElement): boolean;