import { ElementRef } from "@angular/core";
import { IHasConnectionFromTo } from '../i-has-connection-from-to';
import { IHasHostElement } from '../../../i-has-host-element';
import * as i0 from "@angular/core";
export declare class FConnectionSelectionComponent implements IHasHostElement {
    private elementReference;
    private base;
    get connectionForSelectionId(): string;
    get hostElement(): SVGPathElement;
    constructor(elementReference: ElementRef<SVGPathElement>, base: IHasConnectionFromTo);
    setPath(path: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionSelectionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionSelectionComponent, "path[fConnectionSelection]", never, {}, {}, never, never, false, never>;
}
