export type Language = 'en' | 'zh-CN'; export type I18nData = Record>; export type I18nKey = 'show' | 'hidden'; export declare const I18n: I18nData;