import { FieldValueMatcherConfig } from '@grafana/data'; import { ComparisonOperation } from '@grafana/schema'; import { MatcherUIProps, FieldMatcherUIRegistryItem } from './types'; type Props = MatcherUIProps; export declare const comparisonOperationOptions: { label: string; value: ComparisonOperation; }[]; export declare const FieldValueMatcherEditor: ({ options, onChange }: Props) => import("react/jsx-runtime").JSX.Element; export declare const getFieldValueMatcherItem: () => FieldMatcherUIRegistryItem; export {};