export declare module ProfileCardLocalization {
    const namespace = "Omnia.Ux.Profilecard";
    interface locInterface {
        profileCard: string;
        aboutTab: string;
        organizationTab: string;
        closeText: string;
        sendEmail: string;
        startChat: string;
        goToDelve: string;
        goToMySite: string;
        mySubscriptions: string;
        EditMyProfile: string;
        PublicLayout: string;
        PrivateLayout: string;
        SwitchToPublicView: string;
        SwitchToPrivateView: string;
    }
}
