import * as i0 from '@angular/core'; import { Renderer2, ElementRef } from '@angular/core'; import { ChatMessage } from '@ni/spright-components/dist/esm/chat/message'; export { ChatMessage, chatMessageTag } from '@ni/spright-components/dist/esm/chat/message'; import { ChatMessageType } from '@ni/spright-components/dist/esm/chat/message/types'; export { ChatMessageType } from '@ni/spright-components/dist/esm/chat/message/types'; import * as i2 from '@angular/common'; /** * Directive to provide Angular integration for the chat message. * @deprecated Use specific message component types instead */ declare class SprightChatMessageDirective { private readonly renderer; private readonly elementRef; get messageType(): ChatMessageType; set messageType(value: ChatMessageType); constructor(renderer: Renderer2, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SprightChatMessageModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { SprightChatMessageDirective, SprightChatMessageModule };