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