import { ActivatedRoute } from '@angular/router';
import { IManifest } from '@c8y/client';
import { ApplicationPlugin } from '@c8y/ngx-components';
import { BehaviorSubject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class PackageVersionsPluginsComponent {
    private activatedRoute;
    selectedVersionManifest: IManifest;
    exportedPlugins$: BehaviorSubject<ApplicationPlugin[]>;
    private appParentData;
    constructor(activatedRoute: ActivatedRoute);
    ngOnChanges(): Promise<void>;
    private getExportedPlugins;
    static ɵfac: i0.ɵɵFactoryDeclaration<PackageVersionsPluginsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PackageVersionsPluginsComponent, "c8y-contents-plugins", never, { "selectedVersionManifest": { "alias": "selectedVersionManifest"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=contents-plugins.component.d.ts.map