export declare const basicTreeMock: { id: string; children: { id: string; children: { id: string; children: { id: string; }[]; }[]; }[]; }; export declare const treeMock: { id: string; children: { id: string; children: { id: string; children: { id: string; }[]; }[]; }[]; };