import { Locale } from '../interface';
/**
 * [i18n-Poland (pl_PL)]
 * 波兰语
 *
 */
declare const local: Locale;
export default local;
