/// import { BufferGeometry } from "three"; interface PhysicsDebugProps { geometry: BufferGeometry; } export declare function PhysicsDebug({ geometry }: PhysicsDebugProps): JSX.Element; export {};