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