import { ITranslation } from "./../interface";
declare const zh_CN: ITranslation;
export default zh_CN;
