export declare module CoreLocalization { const namespace = "OMX.EM.Core"; interface locInterface { BlockCategory: string; Features: { EnterpriseProperties: { Title: string; Description: string; Category: string; }; New7EventManagement: { Title: string; Description: string; Category: string; ConsentInformation: string; }; New7PageTypes: { Title: string; Description: string; Category: string; }; }; EmailTemplates: { AddParticipant: { Subject: string; Body: string; }; }; ErrorMessages: { Event: { EventIsNotOpenForSigningUpYet: string; DeadlineForRegistrationIsOver: string; EventHasStarted: string; EventDoesNotHaveEnoughSeats: string; DeadlineForCancellationIsOver: string; }; Participant: { ParticipantIsAlreadySignedUp: string; }; }; } }