import { yup } from '../yup';
export declare const getZhCN: (options: {
    getLabel: (params: yup.LocaleValueFnParams) => string;
}) => yup.Locale;
export declare const zhCN: yup.Locale;
