import React from "react"; import { type HookTone } from "../app-items.js"; interface IdealHookMessageProps { text: string; tone?: HookTone; } /** * Announces that the automatic ideal-review hook engaged before the final * response. Styled like an assistant message (dot prefix, padding, spacing) * but in the theme's secondary color so it stands out from normal output. */ export declare const IdealHookMessage: React.MemoExoticComponent<({ text, tone, }: IdealHookMessageProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=IdealHookMessage.d.ts.map