/**----------------------------------------------------------------------------------------- * 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; static ɵcmp: i0.ɵɵComponentDeclaration; }