import type React from 'react'; export interface TopicCheckPanelProps { prompt: string; } /** Short-lived submit gate shown only when local continuity checks are ambiguous. */ export declare function TopicCheckPanel({ prompt }: TopicCheckPanelProps): React.ReactElement; //# sourceMappingURL=topic-check-panel.d.ts.map