import { default as React } from 'react'; export interface GameIframeProps { id: string; name: string; type: string; src?: string; keesingGame?: string; keesingType?: string; keesingId?: string; enableAds?: boolean; } export declare const GameIframe: React.FC;