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