import { Fragment, JSX, jsx, jsxs } from "./index.mjs"; //#region src/jsx-dev-runtime.d.ts declare const jsxDEV: typeof jsx; declare const jsxsDEV: typeof jsx; //#endregion export { Fragment, type JSX, jsx, jsxDEV, jsxs, jsxsDEV }; //# sourceMappingURL=jsx-dev-runtime.d.mts.map