import type { AnyComponentType } from './AnyComponentType.js'; import type { TungstenComponentGenericProps } from './Components.jsx'; import type { KeyAttr } from './KeyAttr.js'; export * from './contentNodeSymbols.js'; export declare const Fragment: 60107; export type JsxNodeType = string | AnyComponentType | typeof Fragment; export declare const TypeSymbol: unique symbol; export declare function jsx(type: JsxNodeType | string | number | boolean | null | undefined, props: TungstenComponentGenericProps, key: KeyAttr): string | number | boolean | import("./ContentNode.js").ContentNodeHtml | import("./ContentNode.js").ContentNodeClassComponent | import("./ContentNode.js").ContentNodeFunctionComponent | import("./ContentNode.js").ContentNodeArray | { type: import("./Components.jsx").TungstenBaseComponentType | import("./FunctionComponent.js").FunctionComponent; props: TungstenComponentGenericProps; key: KeyAttr; } | { type: string; props: TungstenComponentGenericProps; key: KeyAttr; } | null | undefined; export declare const jsxs: typeof jsx; //# sourceMappingURL=jsxRuntimeSignals.d.ts.map