export declare const isNode: (value: any) => value is Node; export declare const isElement: (value: any) => value is Element; export declare const isSVGElement: (value: any) => value is SVGElement; export declare const isHTMLOrSVGElement: (value: any) => value is HTMLOrSVGElement;