import { LitElement } from 'lit'; export declare class BurnishMessage extends LitElement { static properties: { role: { type: StringConstructor; }; content: { type: StringConstructor; }; streaming: { type: BooleanConstructor; reflect: boolean; }; }; static styles: import("lit").CSSResult; role: string; content: string; streaming: boolean; private _renderContent; render(): import("lit").TemplateResult<1>; } //# sourceMappingURL=message.d.ts.map