import React from "react"; type Props = { gifts?: Array; size?: number; }; export declare const PlayerGifts: React.FC; export {}; //# sourceMappingURL=PlayerGifts.d.ts.map