import { Container, type MarkdownTheme } from "@kolisachint/hoocode-tui"; /** * Component that renders a user message */ export declare class UserMessageComponent extends Container { private contentBox; constructor(text: string, markdownTheme?: MarkdownTheme); /** OSC-zone wrap memo: Container.render returns the same array across * frames when nothing changed, so it must not be mutated — the wrapped * copy is cached keyed on the source array's identity. */ private zoneMemo?; render(width: number): string[]; } //# sourceMappingURL=user-message.d.ts.map