import { MatchComponentProps } from '../../types'; declare function Match({ bottomHovered, bottomParty, bottomText, bottomWon, match, onMatchClick, onMouseEnter, onMouseLeave, onPartyClick, topHovered, topParty, topText, topWon, }: MatchComponentProps): import("react/jsx-runtime").JSX.Element; export default Match;