import type { ChatLine } from "../types.js"; type ThoughtEventProps = { line: ChatLine; assistantName?: string; }; export declare function ThoughtEvent({ line, assistantName, }: ThoughtEventProps): import("react/jsx-runtime").JSX.Element; export {};