import React from 'react'; declare const PhysicsHandler: React.FC<{ worker: null | Worker | MessagePort; }>; export default PhysicsHandler;