class JSXNode implements HtmlEscapedimport { JSXNode } from "https://dotland.deno.dev/x/hono@v4.3.2/jsx/base.ts"; ConstructorsnewJSXNode(tag: string | Function,props: Props,children: Child[],)Propertieschildren: Child[]isEscaped: trueoptionalkey: stringoptionallocalContexts: LocalContextsprops: Propsreadonlyref: anytag: string | Functionreadonlytype: string | FunctionMethodstoString(): string | Promise<string>toStringToBuffer(buffer: StringBuffer): void