export declare module WCMFxLocalization { const namespace = "WCM.Fx"; module BuiltInLocalizationKeys { module Categories { const SearchAndNavigation: string; const ContentRollup: string; const Content: string; const Social: string; const Application: string; const Analytics: string; const Layout: string; } } interface locInterface { Categories: { Layout: string; PageContent: string; Navigation: string; ContentRollup: string; ContentSocial: string; DocumentLibrary: string; Miscellaneous: string; Communication: string; EventManagement: string; PageNavigation: string; Content: string; Social: string; Application: string; Analytics: string; ContentRollupCategory: string; SearchAndNavigation: string; }; Messages: { UpdateSharepointPageErrorMessage: string; PageHaveSchedule: string; PageOverScheduleTime: string; PageHaveScheduleArchiving: string; PageOverScheduleArchivingTime: string; }; DisplayBreakPointSettings: { Enable: string; }; Block: { PropertyToStoreData: string; StoreSectionContentInProperty: string; EnableOverrideInWriteMode: string; EditContent: string; AddContent: string; RemoveContent: string; Content: string; CopyOnCreation: string; }; } }