import type { MarkdownTheme } from "@caupulican/pi-tui"; import type { ParsedSkillBlock } from "../../../core/agent-session.ts"; import { ExpandableMarkdownMessageComponent } from "./expandable-markdown-message.ts"; /** * Component that renders a skill invocation message with collapsed/expanded state. * Uses same background color as custom messages for visual consistency. * Only renders the skill block itself - user message is rendered separately. */ export declare class SkillInvocationMessageComponent extends ExpandableMarkdownMessageComponent { constructor(skillBlock: ParsedSkillBlock, markdownTheme?: MarkdownTheme); } //# sourceMappingURL=skill-invocation-message.d.ts.map