import React from 'react'; import ReactDOM from 'react-dom'; import ReactDOMClient from 'react-dom/client'; import JSX from 'react/jsx-runtime'; export declare const Children: typeof React.Children; export declare const Component: typeof React.Component; export declare const Fragment: typeof React.Fragment; export declare const Profiler: typeof React.Profiler; export declare const PureComponent: typeof React.PureComponent; export declare const StrictMode: typeof React.StrictMode; export declare const Suspense: typeof React.Suspense; export declare const act: typeof React.act; export declare const cache: typeof React.cache; export declare const cloneElement: typeof React.cloneElement; export declare const createContext: typeof React.createContext; export declare const createElement: typeof React.createElement; export declare const createRef: typeof React.createRef; export declare const forwardRef: typeof React.forwardRef; export declare const isValidElement: typeof React.isValidElement; export declare const lazy: typeof React.lazy; export declare const memo: typeof React.memo; export declare const startTransition: typeof React.startTransition; export declare const use: typeof React.use; export declare const useActionState: typeof React.useActionState; export declare const useCallback: typeof React.useCallback; export declare const useContext: typeof React.useContext; export declare const useDebugValue: typeof React.useDebugValue; export declare const useDeferredValue: typeof React.useDeferredValue; export declare const useEffect: typeof React.useEffect; export declare const useId: typeof React.useId; export declare const useImperativeHandle: typeof React.useImperativeHandle; export declare const useInsertionEffect: typeof React.useInsertionEffect; export declare const useLayoutEffect: typeof React.useLayoutEffect; export declare const useMemo: typeof React.useMemo; export declare const useOptimistic: typeof React.useOptimistic; export declare const useReducer: typeof React.useReducer; export declare const useRef: typeof React.useRef; export declare const useState: typeof React.useState; export declare const useSyncExternalStore: typeof React.useSyncExternalStore; export declare const useTransition: typeof React.useTransition; export declare const version: typeof React.version; export declare const createPortal: typeof ReactDOM.createPortal; export declare const flushSync: typeof ReactDOM.flushSync; export declare const preconnect: typeof ReactDOM.preconnect; export declare const prefetchDNS: typeof ReactDOM.prefetchDNS; export declare const preinit: typeof ReactDOM.preinit; export declare const preinitModule: typeof ReactDOM.preinitModule; export declare const preload: typeof ReactDOM.preload; export declare const preloadModule: typeof ReactDOM.preloadModule; export declare const requestFormReset: typeof ReactDOM.requestFormReset; export declare const useFormState: typeof ReactDOM.useFormState; export declare const useFormStatus: typeof ReactDOM.useFormStatus; export declare const createRoot: typeof ReactDOMClient.createRoot; export declare const hydrateRoot: typeof ReactDOMClient.hydrateRoot; export declare const jsx: typeof JSX.jsx; export declare const jsxs: typeof JSX.jsxs; declare const _default: typeof React & typeof ReactDOM & typeof ReactDOMClient & typeof JSX; export default _default;