import type { HTMLOrSVG } from '../engine/types'; export declare function isHTMLOrSVG(el: Node): el is HTMLOrSVG;