import { FC } from 'react';
import { GameCardProps } from './types';
declare const GameCard: FC<GameCardProps>;
export default GameCard;
