import { FC } from 'react'; export interface ProviderProps { locale?: string; } export declare const Provider: FC;