import * as i0 from '@angular/core'; import { Renderer2, ElementRef } from '@angular/core'; import { BooleanValueOrAttribute } from '@ni/nimble-angular/internal-utilities'; import { ChatInput } from '@ni/spright-components/dist/esm/chat/input'; export { ChatInput, chatInputTag } from '@ni/spright-components/dist/esm/chat/input'; import * as i2 from '@angular/common'; export { ChatInputSendEventDetail } from '@ni/spright-components/dist/esm/chat/input/types'; /** * Directive to provide Angular integration for the chat input. */ declare class SprightChatInputDirective { private readonly renderer; private readonly elementRef; get placeholder(): string | undefined; set placeholder(value: string | undefined); get sendButtonLabel(): string | undefined; set sendButtonLabel(value: string | undefined); get stopButtonLabel(): string | undefined; set stopButtonLabel(value: string | undefined); get processing(): boolean | undefined; set processing(value: boolean | undefined); get sendDisabled(): boolean | undefined; set sendDisabled(value: boolean | undefined); get maxLength(): number | undefined; set maxLength(value: number | undefined); get value(): string | undefined; set value(value: string | undefined); get errorText(): string | undefined; set errorText(value: string | undefined); get errorVisible(): boolean; set errorVisible(value: BooleanValueOrAttribute); constructor(renderer: Renderer2, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class SprightChatInputModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { SprightChatInputDirective, SprightChatInputModule };