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