/**
* check if element is visible
* @param {HTMLElement} elem element to check
* @return {Boolean} true if element is within viewport
*/exportdefaultfunctionisElementDisplayed(element: Element): boolean;
//# sourceMappingURL=isElementDisplayed.d.ts.map