import type { ContextManifestSegment } from "../../shared/context-xray.js"; export declare function ContextSegmentRow({ segment, advisory, onPin, onEvict, onRestore, }: { segment: ContextManifestSegment; advisory: boolean; onPin: () => void; onEvict: () => void; onRestore: () => void; }): import("react").JSX.Element; //# sourceMappingURL=ContextSegmentRow.d.ts.map