import { TreeNodeProps } from '../../../ComponentProps/TreeNodeProps'; export declare const addLastChild: (treeData: TreeNodeProps[]) => TreeNodeProps[];