/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { VtsMNComponent } from './base'; import { VtsMessageData } from './typings'; import * as i0 from "@angular/core"; export declare class VtsMessageComponent extends VtsMNComponent implements OnInit, OnDestroy { instance: Required; readonly destroyed: EventEmitter<{ id: string; userAction: boolean; }>; constructor(cdr: ChangeDetectorRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }