import { CollectionNestedOption, NestedOptionHost, NestedOption, IDxTemplateHost, DxTemplateHost, DxTemplateDirective } from 'devextreme-angular/core'; import * as i0 from '@angular/core'; import { OnDestroy, OnInit, QueryList, EventEmitter, AfterViewInit, Renderer2, ElementRef } from '@angular/core'; import dxChat, { Attachment, User, Message, SendButtonAction, SendButtonClickEvent } from 'devextreme/ui/chat'; import { Format, ValidationStatus, ButtonType, ButtonStyle, SingleMultipleOrNone } from 'devextreme/common'; import UploadInfo from 'devextreme/file_management/upload_info'; import { BeforeSendEvent, ContentReadyEvent, DisposingEvent, DropZoneEnterEvent, DropZoneLeaveEvent, FilesUploadedEvent, InitializedEvent, OptionChangedEvent, ProgressEvent, UploadAbortedEvent, UploadedEvent, UploadErrorEvent, UploadStartedEvent, ValueChangedEvent, UploadHttpMethod, FileUploadMode } from 'devextreme/ui/file_uploader'; import { CustomSpeechRecognizer, ContentReadyEvent as ContentReadyEvent$1, DisposingEvent as DisposingEvent$1, EndEvent, ErrorEvent, InitializedEvent as InitializedEvent$1, OptionChangedEvent as OptionChangedEvent$1, ResultEvent, StartClickEvent, StopClickEvent, SpeechRecognitionConfig } from 'devextreme/ui/speech_to_text'; import { dxButtonGroupItem, ContentReadyEvent as ContentReadyEvent$2, DisposingEvent as DisposingEvent$2, InitializedEvent as InitializedEvent$2, ItemClickEvent, OptionChangedEvent as OptionChangedEvent$2, SelectionChangedEvent } from 'devextreme/ui/button_group'; declare class DxiChatAlertComponent extends CollectionNestedOption { get id(): number | string; set id(value: number | string); get message(): string; set message(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiChatAlertModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiChatAttachmentComponent extends CollectionNestedOption { get name(): string; set name(value: string); get size(): number; set size(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiChatAttachmentModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatAuthorComponent extends NestedOption implements OnDestroy, OnInit { get avatarAlt(): string; set avatarAlt(value: string); get avatarUrl(): string; set avatarUrl(value: string); get id(): number | string; set id(value: number | string); get name(): string; set name(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatAuthorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxiChatChatItemComponent 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; } declare class DxiChatChatItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatCustomSpeechRecognizerComponent extends NestedOption implements OnDestroy, OnInit { get enabled(): boolean; set enabled(value: boolean); get isListening(): boolean; set isListening(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatCustomSpeechRecognizerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatDayHeaderFormatComponent extends NestedOption implements OnDestroy, OnInit { get currency(): string; set currency(value: string); get formatter(): ((value: number | Date) => string); set formatter(value: ((value: number | Date) => string)); get parser(): ((value: string) => number | Date); set parser(value: ((value: string) => number | Date)); get precision(): number; set precision(value: number); get type(): Format | string; set type(value: Format | string); get useCurrencyAccountingStyle(): boolean; set useCurrencyAccountingStyle(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatDayHeaderFormatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatEditingComponent extends NestedOption implements OnDestroy, OnInit { get allowDeleting(): boolean | ((options: { component: dxChat; message: Message; }) => boolean); set allowDeleting(value: boolean | ((options: { component: dxChat; message: Message; }) => boolean)); get allowUpdating(): boolean | ((options: { component: dxChat; message: Message; }) => boolean); set allowUpdating(value: boolean | ((options: { component: dxChat; message: Message; }) => boolean)); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatEditingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatFileUploaderOptionsComponent extends NestedOption implements OnDestroy, OnInit { get abortUpload(): ((file: any, uploadInfo?: UploadInfo) => any); set abortUpload(value: ((file: any, uploadInfo?: UploadInfo) => any)); get accept(): string; set accept(value: string); get accessKey(): string | undefined; set accessKey(value: string | undefined); get activeStateEnabled(): boolean; set activeStateEnabled(value: boolean); get allowCanceling(): boolean; set allowCanceling(value: boolean); get allowedFileExtensions(): Array; set allowedFileExtensions(value: Array); get chunkSize(): number; set chunkSize(value: number); get dialogTrigger(): any | string | undefined; set dialogTrigger(value: any | string | undefined); get disabled(): boolean; set disabled(value: boolean); get dropZone(): any | string | undefined; set dropZone(value: any | string | undefined); get elementAttr(): Record; set elementAttr(value: Record); get focusStateEnabled(): boolean; set focusStateEnabled(value: boolean); get height(): number | string | undefined; set height(value: number | string | undefined); get hint(): string | undefined; set hint(value: string | undefined); get hoverStateEnabled(): boolean; set hoverStateEnabled(value: boolean); get inputAttr(): any; set inputAttr(value: any); get invalidFileExtensionMessage(): string; set invalidFileExtensionMessage(value: string); get invalidMaxFileSizeMessage(): string; set invalidMaxFileSizeMessage(value: string); get invalidMinFileSizeMessage(): string; set invalidMinFileSizeMessage(value: string); get isDirty(): boolean; set isDirty(value: boolean); get isValid(): boolean; set isValid(value: boolean); get labelText(): string; set labelText(value: string); get maxFileSize(): number; set maxFileSize(value: number); get minFileSize(): number; set minFileSize(value: number); get multiple(): boolean; set multiple(value: boolean); get name(): string; set name(value: string); get onBeforeSend(): ((e: BeforeSendEvent) => void); set onBeforeSend(value: ((e: BeforeSendEvent) => void)); get onContentReady(): ((e: ContentReadyEvent) => void); set onContentReady(value: ((e: ContentReadyEvent) => void)); get onDisposing(): ((e: DisposingEvent) => void); set onDisposing(value: ((e: DisposingEvent) => void)); get onDropZoneEnter(): ((e: DropZoneEnterEvent) => void); set onDropZoneEnter(value: ((e: DropZoneEnterEvent) => void)); get onDropZoneLeave(): ((e: DropZoneLeaveEvent) => void); set onDropZoneLeave(value: ((e: DropZoneLeaveEvent) => void)); get onFilesUploaded(): ((e: FilesUploadedEvent) => void); set onFilesUploaded(value: ((e: FilesUploadedEvent) => void)); get onInitialized(): ((e: InitializedEvent) => void); set onInitialized(value: ((e: InitializedEvent) => void)); get onOptionChanged(): ((e: OptionChangedEvent) => void); set onOptionChanged(value: ((e: OptionChangedEvent) => void)); get onProgress(): ((e: ProgressEvent) => void); set onProgress(value: ((e: ProgressEvent) => void)); get onUploadAborted(): ((e: UploadAbortedEvent) => void); set onUploadAborted(value: ((e: UploadAbortedEvent) => void)); get onUploaded(): ((e: UploadedEvent) => void); set onUploaded(value: ((e: UploadedEvent) => void)); get onUploadError(): ((e: UploadErrorEvent) => void); set onUploadError(value: ((e: UploadErrorEvent) => void)); get onUploadStarted(): ((e: UploadStartedEvent) => void); set onUploadStarted(value: ((e: UploadStartedEvent) => void)); get onValueChanged(): ((e: ValueChangedEvent) => void); set onValueChanged(value: ((e: ValueChangedEvent) => void)); get progress(): number; set progress(value: number); get readOnly(): boolean; set readOnly(value: boolean); get readyToUploadMessage(): string; set readyToUploadMessage(value: string); get rtlEnabled(): boolean; set rtlEnabled(value: boolean); get selectButtonText(): string; set selectButtonText(value: string); get showFileList(): boolean; set showFileList(value: boolean); get tabIndex(): number; set tabIndex(value: number); get uploadAbortedMessage(): string; set uploadAbortedMessage(value: string); get uploadButtonText(): string; set uploadButtonText(value: string); get uploadChunk(): ((file: any, uploadInfo: UploadInfo) => any); set uploadChunk(value: ((file: any, uploadInfo: UploadInfo) => any)); get uploadCustomData(): any; set uploadCustomData(value: any); get uploadedMessage(): string; set uploadedMessage(value: string); get uploadFailedMessage(): string; set uploadFailedMessage(value: string); get uploadFile(): ((file: any, progressCallback: Function) => any); set uploadFile(value: ((file: any, progressCallback: Function) => any)); get uploadHeaders(): any; set uploadHeaders(value: any); get uploadMethod(): UploadHttpMethod; set uploadMethod(value: UploadHttpMethod); get uploadMode(): FileUploadMode; set uploadMode(value: FileUploadMode); get uploadUrl(): string; set uploadUrl(value: string); get validationError(): any; set validationError(value: any); get validationErrors(): Array; set validationErrors(value: Array); get validationStatus(): ValidationStatus; set validationStatus(value: ValidationStatus); get value(): Array; set value(value: Array); get visible(): boolean; set visible(value: boolean); get width(): number | string | undefined; set width(value: number | string | undefined); /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ valueChange: EventEmitter>; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatFileUploaderOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxiChatItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; 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 | ButtonType; set type(value: string | undefined | ButtonType); get disabled(): boolean; set disabled(value: boolean); get elementAttr(): Record; set elementAttr(value: Record); get hint(): string; set hint(value: string); get icon(): string; set icon(value: string); get template(): any; set template(value: any); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiChatItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatMessageTimestampFormatComponent extends NestedOption implements OnDestroy, OnInit { get currency(): string; set currency(value: string); get formatter(): ((value: number | Date) => string); set formatter(value: ((value: number | Date) => string)); get parser(): ((value: string) => number | Date); set parser(value: ((value: string) => number | Date)); get precision(): number; set precision(value: number); get type(): Format | string; set type(value: Format | string); get useCurrencyAccountingStyle(): boolean; set useCurrencyAccountingStyle(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatMessageTimestampFormatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatSendButtonOptionsComponent extends NestedOption implements OnDestroy, OnInit { get action(): SendButtonAction; set action(value: SendButtonAction); get icon(): string; set icon(value: string); get onClick(): ((e: SendButtonClickEvent) => void); set onClick(value: ((e: SendButtonClickEvent) => void)); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatSendButtonOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatSpeechRecognitionConfigComponent extends NestedOption implements OnDestroy, OnInit { get continuous(): boolean; set continuous(value: boolean); get grammars(): Array; set grammars(value: Array); get interimResults(): boolean; set interimResults(value: boolean); get lang(): string; set lang(value: string); get maxAlternatives(): number; set maxAlternatives(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatSpeechRecognitionConfigModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatSpeechToTextOptionsComponent extends NestedOption implements OnDestroy, OnInit { get accessKey(): string | undefined; set accessKey(value: string | undefined); get activeStateEnabled(): boolean; set activeStateEnabled(value: boolean); get customSpeechRecognizer(): CustomSpeechRecognizer; set customSpeechRecognizer(value: CustomSpeechRecognizer); get disabled(): boolean; set disabled(value: boolean); get elementAttr(): Record; set elementAttr(value: Record); get focusStateEnabled(): boolean; set focusStateEnabled(value: boolean); get height(): number | string | undefined; set height(value: number | string | undefined); get hint(): string | undefined; set hint(value: string | undefined); get hoverStateEnabled(): boolean; set hoverStateEnabled(value: boolean); get onContentReady(): ((e: ContentReadyEvent$1) => void); set onContentReady(value: ((e: ContentReadyEvent$1) => void)); get onDisposing(): ((e: DisposingEvent$1) => void); set onDisposing(value: ((e: DisposingEvent$1) => void)); get onEnd(): ((e: EndEvent) => void) | undefined; set onEnd(value: ((e: EndEvent) => void) | undefined); get onError(): ((e: ErrorEvent) => void) | undefined; set onError(value: ((e: ErrorEvent) => void) | undefined); get onInitialized(): ((e: InitializedEvent$1) => void); set onInitialized(value: ((e: InitializedEvent$1) => void)); get onOptionChanged(): ((e: OptionChangedEvent$1) => void); set onOptionChanged(value: ((e: OptionChangedEvent$1) => void)); get onResult(): ((e: ResultEvent) => void) | undefined; set onResult(value: ((e: ResultEvent) => void) | undefined); get onStartClick(): ((e: StartClickEvent) => void) | undefined; set onStartClick(value: ((e: StartClickEvent) => void) | undefined); get onStopClick(): ((e: StopClickEvent) => void) | undefined; set onStopClick(value: ((e: StopClickEvent) => void) | undefined); get rtlEnabled(): boolean; set rtlEnabled(value: boolean); get speechRecognitionConfig(): Record | SpeechRecognitionConfig; set speechRecognitionConfig(value: Record | SpeechRecognitionConfig); get startIcon(): string; set startIcon(value: string); get startText(): string; set startText(value: string); get stopIcon(): string; set stopIcon(value: string); get stopText(): string; set stopText(value: string); get stylingMode(): ButtonStyle; set stylingMode(value: ButtonStyle); get tabIndex(): number; set tabIndex(value: number); get type(): ButtonType | string; set type(value: ButtonType | string); get visible(): boolean; set visible(value: boolean); get width(): number | string | undefined; set width(value: number | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatSpeechToTextOptionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxiChatSuggestionsItemComponent extends CollectionNestedOption implements AfterViewInit, IDxTemplateHost { private renderer; private document; private element; get disabled(): boolean; set disabled(value: boolean); get elementAttr(): Record; set elementAttr(value: Record); get hint(): string; set hint(value: string); get icon(): string; set icon(value: string); get template(): any; set template(value: any); get text(): string; set text(value: string); get type(): ButtonType | string; set type(value: ButtonType | string); get visible(): boolean; set visible(value: boolean); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost, renderer: Renderer2, document: any, templateHost: DxTemplateHost, element: ElementRef); setTemplate(template: DxTemplateDirective): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiChatSuggestionsItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatSuggestionsComponent extends NestedOption implements OnDestroy, OnInit { set _itemsContentChildren(value: QueryList); get accessKey(): string | undefined; set accessKey(value: string | undefined); get activeStateEnabled(): boolean; set activeStateEnabled(value: boolean); get buttonTemplate(): any; set buttonTemplate(value: any); get disabled(): boolean; set disabled(value: boolean); get elementAttr(): Record; set elementAttr(value: Record); get focusStateEnabled(): boolean; set focusStateEnabled(value: boolean); get height(): number | string | undefined; set height(value: number | string | undefined); get hint(): string | undefined; set hint(value: string | undefined); get hoverStateEnabled(): boolean; set hoverStateEnabled(value: boolean); get items(): Array; set items(value: Array); get keyExpr(): ((item: any) => any) | string; set keyExpr(value: ((item: any) => any) | string); get onContentReady(): ((e: ContentReadyEvent$2) => void); set onContentReady(value: ((e: ContentReadyEvent$2) => void)); get onDisposing(): ((e: DisposingEvent$2) => void); set onDisposing(value: ((e: DisposingEvent$2) => void)); get onInitialized(): ((e: InitializedEvent$2) => void); set onInitialized(value: ((e: InitializedEvent$2) => void)); get onItemClick(): ((e: ItemClickEvent) => void); set onItemClick(value: ((e: ItemClickEvent) => void)); get onOptionChanged(): ((e: OptionChangedEvent$2) => void); set onOptionChanged(value: ((e: OptionChangedEvent$2) => void)); get onSelectionChanged(): ((e: SelectionChangedEvent) => void); set onSelectionChanged(value: ((e: SelectionChangedEvent) => void)); get rtlEnabled(): boolean; set rtlEnabled(value: boolean); get selectedItemKeys(): Array; set selectedItemKeys(value: Array); get selectedItems(): Array; set selectedItems(value: Array); get selectionMode(): SingleMultipleOrNone; set selectionMode(value: SingleMultipleOrNone); get stylingMode(): ButtonStyle; set stylingMode(value: ButtonStyle); get tabIndex(): number; set tabIndex(value: number); get visible(): boolean; set visible(value: boolean); get width(): number | string | undefined; set width(value: number | string | undefined); /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ selectedItemKeysChange: EventEmitter>; /** * This member supports the internal infrastructure and is not intended to be used directly from your code. */ selectedItemsChange: EventEmitter>; protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatSuggestionsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class DxiChatTypingUserComponent extends CollectionNestedOption { get avatarAlt(): string; set avatarAlt(value: string); get avatarUrl(): string; set avatarUrl(value: string); get id(): number | string; set id(value: number | string); get name(): string; set name(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxiChatTypingUserModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } /*! * devextreme-angular * Version: 26.1.3 * Build date: Wed Jun 10 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 */ declare class DxoChatUserComponent extends NestedOption implements OnDestroy, OnInit { get avatarAlt(): string; set avatarAlt(value: string); get avatarUrl(): string; set avatarUrl(value: string); get id(): number | string; set id(value: number | string); get name(): string; set name(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class DxoChatUserModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { DxiChatAlertComponent, DxiChatAlertModule, DxiChatAttachmentComponent, DxiChatAttachmentModule, DxiChatChatItemComponent, DxiChatChatItemModule, DxiChatItemComponent, DxiChatItemModule, DxiChatSuggestionsItemComponent, DxiChatSuggestionsItemModule, DxiChatTypingUserComponent, DxiChatTypingUserModule, DxoChatAuthorComponent, DxoChatAuthorModule, DxoChatCustomSpeechRecognizerComponent, DxoChatCustomSpeechRecognizerModule, DxoChatDayHeaderFormatComponent, DxoChatDayHeaderFormatModule, DxoChatEditingComponent, DxoChatEditingModule, DxoChatFileUploaderOptionsComponent, DxoChatFileUploaderOptionsModule, DxoChatMessageTimestampFormatComponent, DxoChatMessageTimestampFormatModule, DxoChatSendButtonOptionsComponent, DxoChatSendButtonOptionsModule, DxoChatSpeechRecognitionConfigComponent, DxoChatSpeechRecognitionConfigModule, DxoChatSpeechToTextOptionsComponent, DxoChatSpeechToTextOptionsModule, DxoChatSuggestionsComponent, DxoChatSuggestionsModule, DxoChatUserComponent, DxoChatUserModule }; //# sourceMappingURL=index.d.ts.map