/**-----------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ChatItem } from './chat-item';
import { Message } from './api';
import { ChatService } from './common/chat.service';
import { LocalizationService } from '@progress/kendo-angular-l10n';
import * as i0 from "@angular/core";
/**
 * @hidden
 */
export declare class MessageReferenceComponent extends ChatItem {
    private localization;
    private chatService;
    hostClass: boolean;
    message: Message;
    constructor(localization: LocalizationService, chatService: ChatService);
    isOwnMessage(msg: Message): boolean;
    textFor(key: string): string;
    focus(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<MessageReferenceComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MessageReferenceComponent, "chat-message-reference-content", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
}
