/**
 * Helper method to check if element is hidden, since we cannot use :visible without jQuery
 * @param element The element to check for visibility
 * @returns true if element is hidden
 */
export declare function elementIsHidden(element: HTMLElement): boolean;
