import type { ContextManifestViewData, ContextSegmentStatus, ContextTranslate } from "./types.js"; export declare function ContextXRayPanelView({ manifest, contextWindow, optimistic, onPin, onEvict, onRestore, governanceLabels, systemOrderedLabel, titleLabel, translate, }: { manifest: ContextManifestViewData; contextWindow: number; optimistic: Map; onPin: (segmentId: string) => void; onEvict: (segmentId: string) => void; onRestore: (segmentId: string) => void; governanceLabels?: Partial>; systemOrderedLabel?: string; titleLabel?: string; translate?: ContextTranslate; }): import("react").JSX.Element; //# sourceMappingURL=ContextXRayPanel.d.ts.map