import React from "react"; type Props = { fr?: string; bg?: any; isDead?: boolean; isTarget?: boolean; radius?: number; style?: any; }; export declare const PlayerBg: React.FC; export {}; //# sourceMappingURL=PlayerBg.d.ts.map