import { Game } from 'ftb-models'; export declare class FtbGameDate { game: Game; withtime: boolean; render(): any; private currentYearDate; private otherYearDate; }