import { type QueryEditorProps } from '@grafana/data'; import { type PrometheusDatasource } from '../datasource'; import { type PromOptions, type PromQuery } from '../types'; export type PromQueryEditorProps = QueryEditorProps;