export type Translation = {
    general: {
        thisLanguage: string;
    };
};
//# sourceMappingURL=type.d.ts.map