import { OnInit } from '@angular/core'; export declare class PDFViewerComponent implements OnInit { /** * Url of the pdf file to show */ pdfUrl: string; constructor(); ngOnInit(): void; }