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