export declare function isHTMLElement(node: Node | Window): node is HTMLElement;
