import { AfterViewInit, ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MywTestEditorComponent implements OnInit, AfterViewInit, OnDestroy { private cdr; constructor(cdr: ChangeDetectorRef); ngAfterViewInit(): void; ngOnDestroy(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }