import { Locale } from '../types';
declare const i18n: {
    [key: string]: Locale;
};
export { i18n };
