declare const _default: {
    en: {
        contributions: {
            language: string;
            license: string;
            contributors: string[];
        };
        app_name: string;
        hello: string;
    };
};
export default _default;
