import { Score, BSMap, BSOR } from "../interfaces";
interface BLScoreProps {
    score: Score;
    bsMap: BSMap;
    statistic: any;
    bsor: BSOR;
    qrcodeUrl: string;
}
export declare function BLScore({ score, bsMap, statistic, bsor, qrcodeUrl }: BLScoreProps): import("react/jsx-runtime").JSX.Element;
export {};
