/**
 * Check if given element is visible
 *
 * @param element
 */
export declare function isVisible(element: HTMLElement): boolean;
