/**
 * title: 国际化
 * description: 你需要通过 moment 设置国际化，以及每周的第一天
 * iframe: 500
 */
import 'moment/locale/zh-cn';
declare const Demo4: () => import("react/jsx-runtime").JSX.Element;
export default Demo4;
