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