import { DiazoNode } from '@diazo/model'; import * as i0 from "@angular/core"; /** * Provides a which supports custom * @category Component */ export declare class DynamicNodeComponent { constructor(); get nodeId(): string; drafted: boolean; node: DiazoNode; component: any; M: any; instance: any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }