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