import { PropsWithChildren } from 'react'; export declare const LanguageContext: import("react").Context; export type LanguageProviderProps = PropsWithChildren<{ locale: string; }>; export declare const LanguageProvider: ({ locale, children }: LanguageProviderProps) => import("react").JSX.Element; //# sourceMappingURL=LanguageProvider.d.ts.map