import { type LooperNoticeTask } from './looper-notice-parsing'; export { isLooperKickoffMessage } from './looper-notice-parsing'; export declare const LooperTaskRow: import("react").NamedExoticComponent<{ task: LooperNoticeTask; }>; interface LooperKickoffNoticeProps { content: string; } /** * Compact rendering for the automated `` message dispatched * when a goal is started, instead of the raw tagged payload. Collapsible * task list; model-facing instructions stay hidden. */ export declare const LooperKickoffNotice: import("react").NamedExoticComponent; //# sourceMappingURL=LooperKickoffNotice.d.ts.map