/**
 * Checks if an element is visible
 * @param element
 */
export declare const isVisible: (element: HTMLElement) => boolean;
