import { TreeNodeProps } from '../../../ComponentProps/TreeNodeProps'; export declare const calculateParentSiblings: (node: TreeNodeProps, allNodes: TreeNodeProps[]) => boolean[]; export declare const updateAllParentSiblings: (treeData: TreeNodeProps[]) => TreeNodeProps[];