import { OnInit } from '@angular/core';
export declare class UnsupportedViewerComponent implements OnInit {
    url: string;
    originalUrl: string;
    constructor();
    ngOnInit(): void;
}
