export interface ITranslation { placeHolder?: string; } export declare type ILang = "en_US" | "zh_CN" | "zh_TW";