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