/*! * isElementVisible * Adapted from https://github.com/testing-library/jest-dom * Licensed under the MIT License. */ export declare function isElementVisible(element: T): boolean;