import * as i0 from '@angular/core'; import { Renderer2, ElementRef } from '@angular/core'; import { ChatMessageWelcome } from '@ni/spright-components/dist/esm/chat/message/welcome'; export { ChatMessageWelcome, chatMessageWelcomeTag } from '@ni/spright-components/dist/esm/chat/message/welcome'; import * as i2 from '@angular/common'; /** * Directive to provide Angular integration for the chat welcome message. */ declare class SprightChatMessageWelcomeDirective { private readonly renderer; private readonly elementRef; get welcomeTitle(): string | undefined; set welcomeTitle(value: string | undefined); get subtitle(): string | undefined; set subtitle(value: string | undefined); constructor(renderer: Renderer2, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SprightChatMessageWelcomeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { SprightChatMessageWelcomeDirective, SprightChatMessageWelcomeModule };