import { ThemeUIJSX } from "./jsx-namespace.js"; import type { ElementType } from 'react'; export { Fragment } from 'react'; export type { ThemeUIJSX as JSX } from "./jsx-namespace.js"; export declare const jsx:
(type: ElementType
, props: P, key?: string) => ThemeUIJSX.Element; export declare const jsxs:
(type: ElementType
, props: P, key?: string) => ThemeUIJSX.Element;