export declare const addKeyToTreeNode: (children: any[], parentKey?: string, keys?: string[]) => string[]; export declare const getTreeDataKeys: (children: any[], keys?: string[]) => string[]; export declare const findTreeNodeByKey: (children: any[], key: string) => any;