export {buildJsx} from './lib/index.js'
export type Options = import('./lib/index.js').Options
export type Runtime = import('./lib/index.js').Runtime
/**
 * To do: remove next major (replaced by `Options` ).
 */
export type BuildJsxOptions = Options
