KeyValue typeKeyValue typeKeyValue typeKeyValue typeSignature export declare type KeyValue<T = any> = Record<string, T>;Import import { KeyValue } from '@grafana/data';