export declare class CreateConnectionOverlayRequest {
    readonly element: SVGPathElement;
    constructor(element: SVGPathElement);
}
