/// interface IContextProps { t: (key: any) => any; } declare const IntlContext: import("react").Context; export default IntlContext;