import { Game } from 'ftb-cmpts/models/game.model'; export declare class GameMedia { gameId: number; game: Game; i18n: any; element: HTMLElement; private openGallery$; private appState; private readonly IMG_SIZE; private readonly VIDEO_SIZE; private readonly PHOTO_ROWS_DISPLAYED; gameIdWatcher(value: any): Promise; componentWillLoad(): Promise; render(): any; private renderPhoto; private renderVideo; private loadGame; }