export declare module TextCompletionPanelLocalization { const namespace = "Omnia.Ux.RichTextEditor.TextCompletionPanelLocalization"; interface locInterface { Title: string; Alias: string; PanelTitle: string; LastMessage: string; UserMessage: string; Inserted: string; StartNewConversation: string; ConfirmNewConversationMessage: string; ConfirmCloseConversation: string; CloseChatPanel: string; ErrorMessage: string; Insert: string; Copy: string; Reply: string; ImprovedPrompt: string; UniqPrefixID: string; RegenerateResponse: string; IsTyping: string; SplashText: string; ReplyingTo: string; InputPlaceHolderImprove: string; InputPlaceHolder: string; Saved: string; Failed: string; ContentFilterError: string; } }