import * as React from 'react'; export interface GameViewProps { iframeRef: React.RefObject; } export declare function GameView({ iframeRef }: GameViewProps): JSX.Element;