export { buildJsx } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
export type Runtime = import('./lib/index.js').Runtime;
