import type { SceneChild } from './jsx-runtime.js'; import type { Runtime } from './components.js'; /** Mount a tree under the runtime's scene. Entry point used by render(). */ export declare function mountTree(root: SceneChild, rt: Runtime): void; //# sourceMappingURL=reconciler.d.ts.map