import { ReactNode } from '../../shims/react-compat-shim.js'; export declare function TranslationProvider({ children }: { children: ReactNode; }): any; export declare function useTranslations(): any; //# sourceMappingURL=index.d.ts.map