import type { FC } from 'react' import { Suspense } from 'react' import type { ProviderProps } from './Provider' import { Provider } from './Provider' export * from './Debug' export * from './hooks' export * from './setup' export const Physics: FC = (props) => ( )