interface RankProps { indicator: string | number; title: 'Friends rank' | 'Global rank'; } export declare const Rank: React.FC; export {};