import { FieldNamePickerConfigSettings, StandardEditorProps } from '@grafana/data'; type Props = StandardEditorProps; export declare const FieldNamePicker: ({ value, onChange, context, item, id }: Props) => import("react/jsx-runtime").JSX.Element; export {};