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