export declare const isHtmlElement: (el: Element | null) => el is HTMLElement; export declare const isNode: (target: EventTarget | null) => target is Node;