import { default as React } from 'react'; export interface GameWrapperProps { children: React.ReactNode; } export declare const GameWrapper: React.FC;