declare const tree: { Transform: {}; Body: { type: string; params: { parts: { geometry: { type: string; params: { radius: number; height: number; pivot: string; }; }; material: { type: string; params: { color: string; }; }; children: { geometry: { type: string; params: { radius: number; }; }; material: { type: string; params: { color: string; }; }; localPosition: number[]; }[]; }[]; }; }; MotionSource: { type: string; params: {}; }; }; export default tree; //# sourceMappingURL=tree.d.ts.map