import { OnInit, TemplateRef } from '@angular/core'; import { NzSafeAny } from 'ng-zorro-antd/core/types/any'; import { EditableTemplateService } from './editable-template.service'; export declare class EditableTemplateDirective implements OnInit { private ref; private templateService; tplName: string; constructor(ref: TemplateRef, templateService: EditableTemplateService); ngOnInit(): void; }