export declare const SafeHTMLElement: typeof HTMLElement; export declare function isHTMLElement(value: unknown): value is HTMLElement;