declare module '*.reactodia-translation.json' {
    const value: Record<string, Record<string, string>>;
    export default value;
}
