import React from 'react'; type GameMatchesProps = { gameId: string; }; declare const GameMatches: React.FC; export default GameMatches;