export default MotionSystem;
declare class MotionSystem extends System<any, any, any, any, any> {
    constructor();
    dependencies: (typeof Motion)[];
    update(timeDelta: any): void;
}
import { System } from '../System.js';
import Motion from '../components/Motion.js';
//# sourceMappingURL=MotionSystem.d.ts.map