/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class Messages extends ComponentMessages { /** * Sets the text that displays when the sender deletes a message. */ deletedMessageSenderText: string; /** * Sets the text that displays when the receiver deletes a message. */ deletedMessageReceiverText: string; /** * Sets the text that displays when a message fails to send. */ messageFailedText: string; /** * Sets the text that displays in the download section of the message. * This message displays below all files in the message. */ downloadAllFilesText: string; /** * Sets the placeholder text for the message text input. */ messagePlaceholder: string; /** * Sets the aria-label for the internal input/textarea element. */ messageBoxTitle: string; /** * Sets the text for the **Action** button. */ actionButtonTitle: string; /** * Sets the label for the message list. */ messageListLabel: string; /** * Sets the label for the message input box. */ messageBoxInputLabel: string; /** * Sets the text for the left arrow of the message attachments. */ messageAttachmentLeftArrow: string; /** * Sets the text for the right arrow of the message attachments. */ messageAttachmentRightArrow: string; /** * Sets the Speech to Text button title. */ speechToTextButtonTitle: string; /** * Sets the File Select button title. */ fileSelectButtonTitle: string; /** * Sets the title of the icon that removes the reply reference in the Message Box. */ removeReplyTitle: string; /** * Sets the title of the icon that removes a selected file in the Message Box. */ removeFileTitle: string; /** * Sets the title of the icon that shows the message can expand. */ expandTitle: string; /** * Sets the title of the icon that shows the message can collapse. */ collapseTitle: string; /** * Sets the title of the DropDownButton that opens the File actions. */ fileActionsTitle: string; /** * Sets the title of the button that shows the **Scroll right** when the suggestions list is scrollable with buttons. */ nextSuggestionsButtonTitle: string; /** * Sets the title of the button that shows the **Scroll left** when the suggestions list is scrollable with buttons. */ previousSuggestionsButtonTitle: string; /** * Sets the title of the button that unpins a pinned message. */ unpinMessageTitle: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }