export declare const Velocity: import("bitecs").ComponentType<{ x: "f32"; y: "f32"; z: "f32"; }>; export declare const zeroVelocity: { x: number; y: number; z: number; }; //# sourceMappingURL=Velocity.d.ts.map