import { i18n } from 'i18next'; import 'i18next-wc'; export declare const IntlMessage: (props: any) => any; export declare function GetIntlMessage(i18next: i18n): (props: any) => any;