import React from "react"; type Props = { total: number | string; winList: Array; totalText: string; }; export declare const RoleWins: React.FC; export {}; //# sourceMappingURL=RoleWins.d.ts.map