import { MotionExpression } from "../../MotionExpressionManager";
import * as THREE from "three";
import { VRM } from "@pixiv/three-vrm";
export declare function mootionFbx2motion(fbxObject: THREE.Group<THREE.Object3DEventMap>, vrm: VRM, onProgress: (name: string, progress: number) => void): MotionExpression;
//# sourceMappingURL=mootionFbx2motion.d.ts.map