import * as React from "react"; import { MarkerProperty, StringReferenceValue } from "../types"; export declare class Edge extends React.Component { constructor(props: any); getMarkerPropertyValue: (markerProperty: MarkerProperty, markerName: StringReferenceValue) => string; render(): JSX.Element; }