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