SelectValue typeSelectValue typeSelectValue typeSelectValue typeSignature export declare type SelectValue<T> = T | SelectableValue<T> | T[] | Array<SelectableValue<T>>;Import import { SelectValue } from '@grafana/ui';