/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { ModuleWithProviders } from '@angular/core'; import { NbChatOptions } from './chat.options'; import * as i0 from "@angular/core"; import * as i1 from "./chat.component"; import * as i2 from "./chat-message.component"; import * as i3 from "./chat-form.component"; import * as i4 from "./chat-message-text.component"; import * as i5 from "./chat-message-file.component"; import * as i6 from "./chat-message-quote.component"; import * as i7 from "./chat-message-map.component"; import * as i8 from "./chat-avatar.component"; import * as i9 from "./chat-custom-message.directive"; import * as i10 from "./chat-title.directive"; import * as i11 from "../shared/shared.module"; import * as i12 from "../icon/icon.module"; import * as i13 from "../input/input.module"; import * as i14 from "../button/button.module"; export declare class NbChatModule { static forRoot(options?: NbChatOptions): ModuleWithProviders; static forChild(options?: NbChatOptions): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }