import { GenericTranslation } from "../components/translations"; export interface LevelTranslation extends GenericTranslation { level: string; selectAvatar: string; eventLogTitle: string; xpUntilNextLevel: string; cooldownLogTitle: string; } export declare const LevelTranslations: LevelTranslation;