/** * MotionSource Component Schema * Physics motion behavior (static, dynamic, character controller) */ import { ComponentSchema } from '../FieldMetadata'; export declare const MotionSourceSchema: ComponentSchema; //# sourceMappingURL=MotionSourceSchema.d.ts.map