import React from 'react'; import type { FC } from 'react'; export declare const translate: () => (Component: FC) => (props: any) => React.FunctionComponentElement<{}>; export declare const useTranslate: () => (key: string, _options: unknown) => string;