import { preconnect, prefetchDNS, preinit, preinitModule, preload, preloadModule } from "../shared"; import { render, hydrate, hydrateRoot, createRoot } from "./mount"; import { findDOMNode, createPortal, unmountComponentAtNode, __my_react_dom_shared__, __my_react_dom_internal__ } from "./tools"; import type { ClientDomDispatch, ClientDomDispatchDev } from "./renderDispatch"; declare const version: string; declare const flushSync: (action: (...args: T) => K, ...args: T) => K; declare const unstable_batchedUpdates: (action: (...args: T) => K, ...args: T) => K; declare const __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: {}; export { render, hydrate, preinit, preinitModule, preload, preloadModule, preconnect, prefetchDNS, createRoot, hydrateRoot, findDOMNode, createPortal, unmountComponentAtNode, flushSync, unstable_batchedUpdates, __my_react_dom_shared__, __my_react_dom_internal__, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, version, }; export type { ClientDomDispatch, ClientDomDispatchDev }; //# sourceMappingURL=index.d.ts.map