export { jsxDEV as jsx, Fragment } from '../jsx-dev-runtime/index.js'; export { jsxDEV as jsxs } from '../jsx-dev-runtime/index.js'; import { html } from 'hono/html'; export { html as jsxTemplate }; export declare const jsxAttr: (name: string, value: string) => import("hono/utils/html").HtmlEscapedString; export declare const jsxEscape: (value: string) => string; //# sourceMappingURL=index.d.ts.map