/** * 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 */ export default function isElementClickable(elem: HTMLElement): boolean; //# sourceMappingURL=isElementClickable.d.ts.map