import { DocLink, ExtensionFactory, OptionsService } from '@c8y/ngx-components';
import { BsModalService } from 'ngx-bootstrap/modal';
import * as i0 from "@angular/core";
export declare class ConnectSmartphoneFactory implements ExtensionFactory<DocLink> {
    private optionsService;
    private bsModalService;
    constructor(optionsService: OptionsService, bsModalService: BsModalService);
    get(): import("rxjs").Observable<DocLink[]>;
    static ɵfac: i0.ɵɵFactoryDeclaration<ConnectSmartphoneFactory, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ConnectSmartphoneFactory>;
}
//# sourceMappingURL=connect-smartphone.factory.d.ts.map