export declare module AboutUserLocalization {
    const namespace = "Omnia.Ux.AboutUser";
    interface locInterface {
        emailLabel: string;
        chatLabel: string;
        workPhoneLabel: string;
        cellPhoneLabel: string;
        aboutMeLabel: string;
        jobTitleLabel: string;
        officeLocationlabel: string;
        DepartmentLabel: string;
        BirthdayLabel: string;
        PastProjects: string;
        Schools: string;
        SkillLabel: string;
        Interests: string;
    }
}
