/** * Is the HTMLElement hidden? * @param {HTMLElement} el * @returns {boolean} true if `el` is hidden */ export declare function is_hidden(el:HTMLElement):boolean