export declare function isHTMLElement(x: unknown): x is HTMLElement;
