import type { TagDefinition } from "@marko/compiler/babel-utils"; export declare function isHTML(tag: TagDefinition | undefined): boolean;