import { type DataSourcePluginOptionsEditorProps } from '@grafana/data'; import { type PromOptions } from '../types'; type PrometheusConfigProps = DataSourcePluginOptionsEditorProps; export declare const ConfigEditor: (props: PrometheusConfigProps) => import("react/jsx-runtime").JSX.Element; export {};