import { EventEmitter } from '../../stencil-public-runtime'; import { Team } from 'ftb-cmpts/models/team.model'; export declare class TeamGames { teamId: number; ftbRouting: EventEmitter; team: Team; i18n: any; element: HTMLElement; private appState; private readonly ROWS_DISPLAYED; private readonly CARD_SIZE; teamIdWatcher(value: any): Promise; componentWillLoad(): Promise; render(): any; private renderGame; private loadTeam; }