import { TemplateRef } from '@angular/core'; import { NzSafeAny } from 'ng-zorro-antd/core/types'; interface IMTemplateRefs { [key: string]: TemplateRef; } export declare class MOperationsTemplateService { operationsRef: Partial; add(name: string, ref: TemplateRef): void; getTemplateRef(refName: string): TemplateRef | undefined; } export {};