declare function getFilterTree(treeNodes: any, filterFunc: any, filterExpandKeys: any, keyFunc: any, childrenKey: string, showHitDescendants: any): any; export { getFilterTree };