import { type DataSourceSettings } from '@grafana/data'; import { type PromOptions } from '../types'; type DataSourceHttpSettingsProps = { options: DataSourceSettings; onOptionsChange: (options: DataSourceSettings) => void; secureSocksDSProxyEnabled: boolean; }; export declare const DataSourceHttpSettingsOverhaul: (props: DataSourceHttpSettingsProps) => import("react/jsx-runtime").JSX.Element; export {};