import { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core'; import { BridgeLineService } from './bridge-line.service'; import * as i0 from "@angular/core"; export declare class BridgeLineDirective implements OnInit, OnDestroy { private elRef; private bridgeLineService; private zone; bridgeLinesAdjusted: EventEmitter; private resizeObserver; private mutationObserver; constructor(elRef: ElementRef, bridgeLineService: BridgeLineService, zone: NgZone); ngOnInit(): void; ngOnDestroy(): void; private adjustBridgeLines; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }