import { TreeNodeProps } from './types'; export declare const navigateToUtils: (currentNode: TreeNodeProps, treeData: TreeNodeProps[], action: string) => { navigateTo: string | undefined; };