import { type DataSourceSettings } from '@grafana/data'; import { type SQLConnectionLimits, type SQLOptions } from '../../types'; interface Props { onOptionsChange: Function; options: DataSourceSettings; } export declare const ConnectionLimits: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};