import React from 'react'; import { GamesListModel } from 'fansunited-sdk-esm'; export declare const formatDateByPeriod: (date: Date, period: string) => string; type GameReportsProps = { game: GamesListModel; }; declare const GameReports: React.FC; export default GameReports;