export declare const PostRound: () => JSX.Element; interface ScoreGoalProps { title: string; value: number; target: number; } export declare const scoreGoal: ({ title, value, target }: ScoreGoalProps) => { xs: number; children: JSX.Element; }; export declare const PostRoundTitle: () => JSX.Element; export {};