import { TreeItem } from '../types'; export declare const defaultMatcher: (search: string, item: TreeItem, itemTitle: string) => boolean;