/// <reference types="react" />
import { ItemType } from './type';
export declare const getTreeAllKeys: (keys: import("react").Key[] | undefined, treeData: ItemType[]) => import("react").Key[];
