export declare const treeData: { title: string; key: string; isLeaf: boolean; customType: string; children: ({ title: string; key: string; customType: string; isLeaf: boolean; children?: undefined; } | { title: string; key: string; isLeaf: boolean; children: ({ title: string; key: string; isLeaf: boolean; children: { title: string; key: string; isLeaf: boolean; children: ({ title: string; key: string; isLeaf: boolean; children: { title: string; key: string; isLeaf: boolean; children: { title: string; key: string; isLeaf: boolean; }[]; }[]; } | { title: string; key: string; isLeaf: boolean; children?: undefined; })[]; }[]; } | { title: string; key: string; isLeaf: boolean; children?: undefined; })[]; customType?: undefined; } | { title: string; key: string; isLeaf: boolean; customType?: undefined; children?: undefined; })[]; }[];