import { type TreeListData } from '../../../../Tree'; export declare const deepFind: (tree: TreeListData[], callback: (item: TreeListData) => boolean) => TreeListData | undefined;