import { TranslationNode } from "@intl-t/core"; import { TranslationProviderProps } from "@intl-t/react"; export declare function TranslationProvider({ children, t, preventDynamic, hydrate, ...props }: TranslationProviderProps): Promise; export declare const T: typeof TranslationProvider; export { T as Tr, T as Trans }; export declare const TranslationDynamic: typeof TranslationProvider; export declare function hook(...args: any[]): any; export declare const getTranslation: typeof hook; export declare const getTranslations: typeof hook;