import { type TreeListData } from '../../../../../Tree'; export declare const findInTree: (tree: TreeListData[], searchValue: string, filterOptions?: ((node: TreeListData, filterSearchValue: string) => boolean) | undefined) => TreeListData[];