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