import { OnInit, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; import { UntypedFormGroup } from '@angular/forms'; import { KlesTreeColumnConfig } from '../models/columnconfig.model'; import { KlesDynamicCellDirective } from './dynamic-cell.directive'; import * as i0 from "@angular/core"; export declare class KlesDynamicTreeCellDirective extends KlesDynamicCellDirective implements OnInit, OnChanges, OnDestroy { column: KlesTreeColumnConfig; row: UntypedFormGroup; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; buildComponent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }