import { Matcher } from '../../../component/types';
export declare const matcherDisplay: (matcher: Matcher, first: boolean, hideOperators: boolean, columnPosition?: 'top' | 'left') => string;
export declare const matcherToolTip: (matcher: Matcher) => string;