import { FC } from 'react'; import { MatchScoreProps } from './MatchScore.types'; export declare const MatchScore: FC;