export declare class PlayerGames { playerId: number; i18n: any; element: HTMLElement; private appState; private destroyed$; private player; private readonly CARD_SIZE; private readonly ROWS_DISPLAYED; playerIdWatcher(value: any): Promise; componentWillLoad(): Promise; componentDidUnload(): void; render(): any; private renderGame; private loadPlayer; }