import React from "react"; type Props = { name?: string; customName?: string; size?: number; fontSize?: number; style?: any; }; export declare const PlayerName: React.FC; export {}; //# sourceMappingURL=PlayerName.d.ts.map