import type { PlayerProps } from './modules/player/types'; import './utils/preload'; export declare function Player({ modelPath, animationPaths, audioPath, colliderArgs, mass, restitution, friction, linearDamping, angularDamping, castShadow, receiveShadow, ...props }: PlayerProps): import("react/jsx-runtime").JSX.Element;