import { SingleElimLeaderboardProps } from '../types'; declare const SingleEliminationBracket: ({ matches, matchComponent, currentRound, onMatchClick, onPartyClick, svgWrapper: SvgWrapper, theme, options: { style: inputStyle }, }: SingleElimLeaderboardProps) => import("react/jsx-runtime").JSX.Element; export default SingleEliminationBracket;