/*! * devextreme-angular * Version: 25.2.6 * Build date: Mon Mar 30 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/DevExtreme */ import { QueryList } from '@angular/core'; import { Attachment, User } from 'devextreme/ui/chat'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiChatItemComponent extends CollectionNestedOption { set _attachmentsContentChildren(value: QueryList); get alt(): string; set alt(value: string); get attachments(): Array; set attachments(value: Array); get author(): User; set author(value: User); get id(): number | string; set id(value: number | string); get isDeleted(): boolean; set isDeleted(value: boolean); get isEdited(): boolean; set isEdited(value: boolean); get src(): string; set src(value: string); get text(): string; set text(value: string); get timestamp(): Date | number | string; set timestamp(value: Date | number | string); get type(): string | undefined; set type(value: string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiChatItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }