import { ILocaleProps } from '../types/locale';
declare const enUS: ILocaleProps;
export default enUS;
