import { AfterViewInit, OnDestroy } from '@angular/core'; import { ExgMapComponent, ExgMapDrawingManagerDirective } from '../directives'; export declare class ExgMapDrawingManagerTriggerDirective implements AfterViewInit, OnDestroy { private _exgMap; /** The drawing manager to be attached to this trigger. */ drawingManager: ExgMapDrawingManagerDirective; constructor(_exgMap: ExgMapComponent); ngAfterViewInit(): void; ngOnDestroy(): void; } //# sourceMappingURL=exg-map-drawing-manager-trigger.directive.d.ts.map