import type { FC } from 'react'; import type { ProviderProps } from './Provider'; export * from './Debug'; export * from './hooks'; export * from './setup'; export declare const Physics: FC;