export interface GenericTranslation { rewards: string; xp: string; XP: string; COIN: string; coin: string; VIPCURRENCY: string; vipcurrency: string; "team-xp": string; ctaButton: string; } export declare const GenericTranslations: GenericTranslation;