/** @jsxImportSource react */
import { BSOR, Score } from '../interfaces';
export declare function formatNumber(num: number, digits?: number, addSign?: boolean, notANumber?: any): any;
export default function ScoreGraph({ scoreId, scoreInfo, statistic, bsor }: {
    scoreId: number;
    scoreInfo: Score;
    statistic: any;
    bsor: BSOR;
}): import("react/jsx-runtime").JSX.Element;
