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