import type { BracketsOptions } from '../interfaces/brackets.interface'; export declare const DEFAULT_LABELS: Readonly<{ readonly round: "Round "; readonly semifinal: "Semifinal"; readonly final: "Final"; readonly champion: "Champion"; readonly thirdPlace: "3rd Place"; readonly lateStages: "Semifinals & Championship"; readonly statusScheduled: "Scheduled"; readonly statusInProgress: "In Progress"; readonly statusFinal: "Final"; readonly statusRetired: "Retired"; readonly statusWalkover: "Walkover"; }>; export declare const DEFAULT_OPTIONS: BracketsOptions;