import jsxr from 'react/jsx-runtime';
declare const jsx: typeof jsxr.jsx, jsxs: typeof jsxr.jsxs, Fragment: import("react").ExoticComponent<{
    children?: import("react").ReactNode | undefined;
}>;
export { jsx, jsxs, Fragment };
