import { GenericTranslation } from "../components/translations"; import { LeaderboardUserColumn } from "./column"; export declare type LeaderboardTranslation = GenericTranslation & Record & { moduleName: string; noHighscore: string; nickname: string; score: string; myScore: string; anonymous: string; alltime: string; weekly: string; }; export declare const LeaderboardTranslations: LeaderboardTranslation;