import React, { ReactNode } from 'react'; export declare const Translate: ({ i18nKey, options, children }: TranslateProps) => string | number | boolean | Iterable | React.JSX.Element | null | undefined; export interface TranslateProps { i18nKey: string; children?: ReactNode; options?: Object; } //# sourceMappingURL=Translate.d.ts.map