export declare function useI18nData<T extends string | Record<string, any>>(jsonContent: T): T;
