import { type MemoryContextMonitorState } from '../memory-context-monitor.js'; export declare function MemoryContextWidget({ state }: { state: MemoryContextMonitorState; }): import("react").JSX.Element | null; //# sourceMappingURL=memory-context-widget.d.ts.map