import React from "react"; export const ContextLang = React.createContext<{lang: 'ru' | 'en', setLang: React.Dispatch>}>(null);