import React from "react"; type Props = { gold?: number | string; diamond?: number | string; }; export declare const GoldWins: React.FC; export {}; //# sourceMappingURL=GoldWins.d.ts.map