import type { Instance } from '../Instance/Instance.js'; import type { AnyComponent } from '../AnyComponent.js'; import type { RenderingNode } from '../RenderingNode.js'; import { type ContentNode } from '../ContentNode.js'; export declare function contentTreeToRenderingTree(node: ContentNode, parentComponent: AnyComponent | null, instance: Instance, noEscape: boolean): Promise; //# sourceMappingURL=contentTreeToRenderingTree.d.ts.map