import { ElementRef, NgZone, OnDestroy, Signal } from '@angular/core'; import { Direction } from './direction.pipe'; import * as i0 from "@angular/core"; export declare class ArrowComponent implements OnDestroy { private readonly host; private readonly _direction; get direction(): Direction | undefined; set direction(value: Direction | undefined); private readonly _pointToElement; get pointToElement(): HTMLElement | null; set pointToElement(value: HTMLElement | null); readonly viewBox: Signal; readonly pathData: Signal; private readonly bounds; private readonly resizeObserver; constructor(host: ElementRef, zone: NgZone); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }