import React from "react";
import { CatCard } from "../../cardDecks/catsDeck";
export interface MatchScoreProps {
    hand: CatCard[];
}
export declare const HandFooter: React.FC<MatchScoreProps>;
