export declare const ALL_OPTION_VALUE = "__GRAFANA_INTERNAL_MULTICOMBOBOX_ALL_OPTION__"; export type ComboboxOption = { label?: string; value: T; description?: string; group?: string; infoOption?: boolean; };