import { DynamicComponentDefinition } from '@c8y/ngx-components';
import { DashboardBridgeService } from './dashboard-bridge.service';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class Ng1ComponentFactoryService {
    private bridge;
    private components$;
    constructor(bridge: DashboardBridgeService);
    get(): Observable<DynamicComponentDefinition[]>;
    private getComponents;
    static ɵfac: i0.ɵɵFactoryDeclaration<Ng1ComponentFactoryService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<Ng1ComponentFactoryService>;
}
//# sourceMappingURL=component.factory.d.ts.map