import * as i0 from '@angular/core'; import { Renderer2, ElementRef } from '@angular/core'; import { BooleanValueOrAttribute } from '@ni/nimble-angular/internal-utilities'; import { ChatConversation } from '@ni/spright-components/dist/esm/chat/conversation'; export { ChatConversation, chatConversationTag } from '@ni/spright-components/dist/esm/chat/conversation'; import * as i2 from '@angular/common'; /** * Directive to provide Angular integration for the chat conversation. */ declare class SprightChatConversationDirective { private readonly renderer; private readonly elementRef; get autoScroll(): boolean; set autoScroll(value: BooleanValueOrAttribute); constructor(renderer: Renderer2, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SprightChatConversationModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { SprightChatConversationDirective, SprightChatConversationModule };