export declare module CommunityLocalization { const namespace = "WCM.Community"; interface locInterface { CommunityLabel: string; GovernanceDashboard: string; CreatePageCollectionLabel: string; DefaultResource: string; YammerDefaultResource: { YammerGroup: string; SharePoint: string; }; Setup: string; Settings: string; PublishingAppSetting: { Title: string; Advanced: string; Permissions: string; }; PageCollectionLabel: string; NotExistProfileWorkplaceMessage: string; DuplicatedTitleErrorMessage: string; Rollup: { Title: string; Summary: string; }; } }