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