/**-----------------------------------------------------------------------------------------
* 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<Messages, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendoConversationalUIMessages", never, { "deletedMessageSenderText": { "alias": "deletedMessageSenderText"; "required": false; }; "deletedMessageReceiverText": { "alias": "deletedMessageReceiverText"; "required": false; }; "messageFailedText": { "alias": "messageFailedText"; "required": false; }; "downloadAllFilesText": { "alias": "downloadAllFilesText"; "required": false; }; "messagePlaceholder": { "alias": "messagePlaceholder"; "required": false; }; "messageBoxTitle": { "alias": "messageBoxTitle"; "required": false; }; "actionButtonTitle": { "alias": "actionButtonTitle"; "required": false; }; "messageListLabel": { "alias": "messageListLabel"; "required": false; }; "messageBoxInputLabel": { "alias": "messageBoxInputLabel"; "required": false; }; "messageAttachmentLeftArrow": { "alias": "messageAttachmentLeftArrow"; "required": false; }; "messageAttachmentRightArrow": { "alias": "messageAttachmentRightArrow"; "required": false; }; "speechToTextButtonTitle": { "alias": "speechToTextButtonTitle"; "required": false; }; "fileSelectButtonTitle": { "alias": "fileSelectButtonTitle"; "required": false; }; "removeReplyTitle": { "alias": "removeReplyTitle"; "required": false; }; "removeFileTitle": { "alias": "removeFileTitle"; "required": false; }; "expandTitle": { "alias": "expandTitle"; "required": false; }; "collapseTitle": { "alias": "collapseTitle"; "required": false; }; "fileActionsTitle": { "alias": "fileActionsTitle"; "required": false; }; "nextSuggestionsButtonTitle": { "alias": "nextSuggestionsButtonTitle"; "required": false; }; "previousSuggestionsButtonTitle": { "alias": "previousSuggestionsButtonTitle"; "required": false; }; "unpinMessageTitle": { "alias": "unpinMessageTitle"; "required": false; }; }, {}, never, never, true, never>;
}
