import React from "react"; type Props = { isSelf?: boolean; titleText?: string; emptyText?: string; infoText?: string; }; export declare const ScoreEmpty: React.FC; export {}; //# sourceMappingURL=ScoreEmpty.d.ts.map