import { NodePath, types } from '@babel/core'; declare const processJSXHTMLTag: (path: NodePath) => void; export { processJSXHTMLTag };