declare const Trans: { buildI18nHandler: (locale?: Object) => any; t(path: string): string; }; export default Trans;