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