import type { ContentNodeClassComponent } from '../ContentNode.js'; import type { TungstenElement } from '../TungstenElement.js'; import type { Instance } from '../Instance/Instance.js'; export declare function instantiateClassComponent(node: ContentNodeClassComponent, parentComponent: (TungstenElement | null) | undefined, instance: Instance): Promise>; //# sourceMappingURL=instantiateClassComponent.d.ts.map