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