import { OnChanges, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PdfViewerComponent implements OnInit, OnChanges {
    document: any;
    constructor();
    ngOnInit(): void;
    ngOnChanges(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "lib-pdf-viewer", never, { "document": "document"; }, {}, never, never, false>;
}
