import { ElementRef } from "@angular/core";
import { IHasConnectionColor } from '../i-has-connection-color';
import { IHasConnectionFromTo } from '../i-has-connection-from-to';
import { IConnectionPath } from './i-connection-path';
import * as i0 from "@angular/core";
export declare class FConnectionPathComponent implements IConnectionPath {
    private elementReference;
    private base;
    get fPathId(): string;
    get linkToGradient(): string;
    get attrConnectionId(): string;
    get hostElement(): SVGPathElement;
    constructor(elementReference: ElementRef<SVGPathElement>, base: IHasConnectionColor & IHasConnectionFromTo);
    initialize(): void;
    setPath(path: string): void;
    select(): void;
    deselect(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FConnectionPathComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FConnectionPathComponent, "path[f-connection-path]", never, {}, {}, never, never, false, never>;
}
