import { FC } from 'react'; export interface LocaleProviderProps { locale: string; } export declare const LocaleProvider: FC;