import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { WtMNComponent } from './base'; import { WtMessageData } from './typings'; import * as i0 from "@angular/core"; export declare class WtMessageComponent extends WtMNComponent implements OnInit, OnDestroy { instance: Required; readonly destroyed: EventEmitter<{ id: string; userAction: boolean; }>; constructor(cdr: ChangeDetectorRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }