import { ViewContainerRef } from '@angular/core'; import { PopoverService } from '../../ui/popover/popover.service'; import { ModalService } from '../../ui/modal/modal.service'; import { DeeplinksService } from "./deeplinks/DeeplinksService"; import * as i0 from "@angular/core"; export declare class SurveyorCapacitorRuntime { private viewContainerRef; private modalService; private popoverService; private deepLinksService; constructor(viewContainerRef: ViewContainerRef, modalService: ModalService, popoverService: PopoverService, deepLinksService: DeeplinksService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }