export declare enum NodeGraphDataFrameFieldNames { id = "id", title = "title", subTitle = "subtitle", mainStat = "mainstat", secondaryStat = "secondarystat", arc = "arc__", icon = "icon", color = "color", source = "source", target = "target", detail = "detail__", nodeRadius = "noderadius", thickness = "thickness", highlighted = "highlighted", strokeDasharray = "strokedasharray", fixedX = "fixedx", fixedY = "fixedy", isInstrumented = "isinstrumented" }