import React from "react"; import { StyleProp } from "react-native"; type Props = { alwaysGift?: string; tempGift?: string; bg?: any; bc?: string; name?: string; number?: string; style?: StyleProp; deadAvatar?: string; role?: string; customName?: string; frame?: string; deadBg?: boolean; roles?: Array; userData?: { [key: string]: any; }; }; export declare const PlayerPreview: React.FC; export {}; //# sourceMappingURL=PlayerPreview.d.ts.map