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