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