import { HttpSettingsBaseProps } from './types'; export declare const HttpProxySettings: ({ dataSourceConfig, onChange, showForwardOAuthIdentityOption, }: HttpSettingsBaseProps) => import("react/jsx-runtime").JSX.Element;