import * as i0 from '@angular/core'; import { Renderer2, ElementRef } from '@angular/core'; import { ChatMessageInbound } from '@ni/spright-components/dist/esm/chat/message/inbound'; export { ChatMessageInbound, chatMessageInboundTag } from '@ni/spright-components/dist/esm/chat/message/inbound'; import * as i2 from '@angular/common'; /** * Directive to provide Angular integration for the chat inbound message. */ declare class SprightChatMessageInboundDirective { private readonly renderer; private readonly elementRef; constructor(renderer: Renderer2, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SprightChatMessageInboundModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { SprightChatMessageInboundDirective, SprightChatMessageInboundModule };