import { FC } from 'react'; export declare const locales: { [key: string]: { [id: string]: string; }; }; declare const LocaleProvider: FC<{ currentLang: string; }>; export default LocaleProvider;