import React from "react"; import { ImageSourcePropType, StyleProp } from "react-native"; type Props = { children?: React.ReactNode; icon?: ImageSourcePropType; title?: string; team?: string; iconButton?: () => React.ReactElement; fontSize?: number; teamText?: string; style?: StyleProp; }; export declare const RoleInfoBox: React.FC; export {}; //# sourceMappingURL=RoleInfoBox.d.ts.map