import { ElementRef, OnInit, OnDestroy } from '@angular/core';
import { DashboardBridgeService } from './dashboard-bridge.service';
import * as i0 from "@angular/core";
export declare class LegacyDeviceSelectorComponent implements OnInit, OnDestroy {
    private dashboardBridgeService;
    private el;
    ng1Scope: any;
    config: any;
    constructor(dashboardBridgeService: DashboardBridgeService, el: ElementRef);
    ngOnInit(): Promise<void>;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<LegacyDeviceSelectorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<LegacyDeviceSelectorComponent, "c8y-device-selector-legacy", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=device-selector.component.d.ts.map