/// type RankNameProps = { value: number; }; export declare function RankName({ value }: RankNameProps): JSX.Element; export {};