import { OnInit, AfterViewInit, ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CtyPdfViewer implements OnInit, AfterViewInit { pdfWrapEl: ElementRef; ctyInit: EventEmitter; ctyEnd: EventEmitter; url: string; viewerUrl: string; private _iframe; private _messageFn; constructor(); ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }