/**
 * 查找单极树节点
 * @param tree
 * @param func
 * @param options
 * @returns
 */
export declare const treeFind: (tree: any[] | Object, func: (node: any) => boolean, options?: any) => any;
declare const _default: {};
export default _default;
