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