import '@arclux/arc-ui/message'; import * as i0 from "@angular/core"; export declare class Message { private readonly _el; set speaker(value: 'user' | 'assistant' | 'system'); get speaker(): 'user' | 'assistant' | 'system'; set author(value: string); get author(): string; set timestamp(value: string); get timestamp(): string; set pending(value: boolean); get pending(): boolean; set markdown(value: boolean); get markdown(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }