import type { RigidBodyContext } from '../types/types';
export declare const useRigidBody: () => RigidBodyContext | undefined;
