/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./chat.component"; import * as i2 from "./l10n/custom-messages.component"; import * as i3 from "./templates/attachment-template.directive"; import * as i4 from "./templates/author-message-content-template.directive"; import * as i5 from "./templates/receiver-message-content-template.directive"; import * as i6 from "./templates/message-content-template.directive"; import * as i7 from "./templates/author-message-template.directive"; import * as i8 from "./templates/receiver-message-template.directive"; import * as i9 from "./templates/message-template.directive"; import * as i10 from "./cards/hero-card.component"; import * as i11 from "./templates/message-box.directive"; import * as i12 from "./templates/message-box-start-affix-template.directive"; import * as i13 from "./templates/message-box-end-affix-template.directive"; import * as i14 from "./templates/message-box-top-affix-template.directive"; import * as i15 from "./templates/header-template.directive"; import * as i16 from "./templates/no-data-template.directive"; import * as i17 from "./templates/timestamp-template.directive"; import * as i18 from "./templates/status-template.directive"; import * as i19 from "./templates/suggestion-template.directive"; import * as i20 from "./templates/user-status-template.directive"; /** * Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) for the Chat component. * * @example * ```ts-no-run * import { NgModule } from '@angular/core'; * import { Component } from '@angular/core'; * import { BrowserModule } from '@angular/platform-browser'; * * import { ChatModule } from '@progress/kendo-angular-conversational-ui'; * import { AppComponent } from './app.component'; * * _@NgModule({ * imports: [BrowserModule, ChatModule], * declarations: [AppComponent], * bootstrap: [AppComponent] * }) * * export class AppModule { } * ``` */ export declare class ChatModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }