import type { RenderContainer } from "./render"; import type { LikeJSX } from "@my-react/react"; export declare const hydrate: (element: LikeJSX, container: Partial, cb?: () => void) => void; //# sourceMappingURL=hydrate.d.ts.map