import type { JSXFunction } from "../types";
export default function wrapJSX(jsx: JSXFunction): JSXFunction;
