import { NodePath, types as t } from "@babel/core"; import { JSXOpeningElement } from "@babel/types"; export declare const processHTMLTag: (path: NodePath | NodePath) => void;