import type { AnyComponentType } from './AnyComponentType.js'; import type { KeyAttr } from './KeyAttr.js'; import { type TungstenComponentGenericProps } from './Components.jsx'; import { ContentNode } from './ContentNode.js'; export * from './contentNodeSymbols.js'; export declare const Fragment: 60107; export type JsxNodeType = string | AnyComponentType | typeof Fragment; export declare function jsx(type: JsxNodeType | string | number | boolean | null | undefined, props: TungstenComponentGenericProps, key: KeyAttr): ContentNode; export declare const jsxs: (...args: Parameters) => ContentNode; //# sourceMappingURL=jsxRuntime.d.ts.map