import { OnInit } from '@angular/core';
import { FetchClient } from '@c8y/client';
import * as i0 from "@angular/core";
export declare class LicenseViewComponent implements OnInit {
    private fetchClient;
    url: string;
    name: string;
    content: string;
    FALL_BACK_URL: string;
    constructor(fetchClient: FetchClient);
    ngOnInit(): Promise<void>;
    static ɵfac: i0.ɵɵFactoryDeclaration<LicenseViewComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LicenseViewComponent, "c8y-license-view", never, { "url": { "alias": "url"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=license-view.component.d.ts.map