TraceSpanReference typeTraceSpanReference typeTraceSpanReference typeTraceSpanReference typeSignature export declare type TraceSpanReference = { traceID: string; spanID: string; tags?: TraceKeyValuePair[];};Import import { TraceSpanReference } from '@grafana/data';