import type { ContextManifest, ContextSegmentStatus } from "../../shared/context-xray.js"; export declare function ContextXRayPanel({ manifest, optimistic, onPin, onEvict, onRestore, }: { manifest: ContextManifest; optimistic: Map; onPin: (segmentId: string) => void; onEvict: (segmentId: string) => void; onRestore: (segmentId: string) => void; }): import("react").JSX.Element; //# sourceMappingURL=ContextXRayPanel.d.ts.map