import { JSXElement } from "@babel/types"; import { TransformJSXOptions } from "../types"; export declare function transformJSXElement({ path, template, target, anchor, }: TransformJSXOptions): void;