export declare module CommentLocalization { const namespace = "Omnia.Ux.Comment"; interface locInterface { Post: string; Like: string; Unlike: string; Reply: string; Edited: string; BestReply: string; UnmarkBestReply: string; ReplyingTo: string; InReplyTo: string; WriteAComment: string; DeletedMessage: string; Deleting: string; ViewPreviousComments: string; ViewMoreComments: string; ViewAllComments: string; You: string; And: string; Others: string; Other: string; LikeThis: string; LikesThis: string; DeleteComment: string; ConfirmDelete: string; ValidateCommentMessage: string; EditActionsButtonArialLabel: string; CommentCountLabel: { ZeroComment: string; OneComment: string; MoreThanOneComment: string; }; SocialReactions: { React: string; Like: string; Love: string; Laugh: string; Surprised: string; Sad: string; Angry: string; }; } }