import type { RenderContainer } from "./render"; import type { LikeJSX } from "@my-react/react"; export type Options = { onRecoverableError: () => void; identifierPrefix?: string; }; export declare const createRoot: (container: Partial, _option?: Options) => { render: (element: LikeJSX) => void; unmount: () => void; }; //# sourceMappingURL=create-root.d.ts.map