import { ElementRef, OnInit } from '@angular/core'; import { EsriMapService } from './../../core/esri-map.service'; export declare class CustomWidgetDirective implements OnInit { private el; private mapService; position: string; constructor(el: ElementRef, mapService: EsriMapService); ngOnInit(): void; }