import { Locale } from '../config-provider/locale';
declare const zh_CN: Locale;
export default zh_CN;
