import React from "react"; import { ImageSourcePropType } from "react-native"; type Props = { name: string; avatar: ImageSourcePropType; leftButton?: any; rightButton?: any; }; export declare const ScorePlayerHeader: React.FC; export {}; //# sourceMappingURL=ScorePlayerHeader.d.ts.map