import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import { SimpleNodeComponent } from '../../public-api'; import { ClassicPreset } from 'rete'; import * as i0 from "@angular/core"; export declare class SimpleNodeControlDirective extends ClassicPreset.Control implements OnInit, OnDestroy { private elementRef; controlId: string; name: string; value: any; simpleNodeComponent: SimpleNodeComponent; uniqueIdentifier: string; constructor(elementRef: ElementRef); ngOnInit(): void; ngOnDestroy(): void; autoBindComponent(): void; setControlId(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }