/** * @param {HTMLElement} element * @returns {boolean} Whether the element is visible */ export function isVisible(element: HTMLElement): boolean;