import { ReactElement } from 'react'; export { Fragment, JSX } from 'react'; export { r as registerWebElement } from './web-substitute-CfpYFnE7.js'; /** * @kbach/react/jsx-runtime * * Drop-in replacement for react/jsx-runtime. * Intercepts `className` and `kb` props on EVERY JSX element — React Native * built-ins, HTML elements on web, and any third-party library component. */ declare function _invalidateDefaultFontCache(): void; declare function jsx(type: unknown, props: Record | null, key?: string): ReactElement; declare function jsxs(type: unknown, props: Record | null, key?: string): ReactElement; export { _invalidateDefaultFontCache, jsx, jsxs };