import type React from "react"; import type { ContextManifestSegment } from "../../shared/context-xray.js"; export declare function SegmentProvenancePopover({ segment, children, }: { segment: ContextManifestSegment; children: React.ReactNode; }): React.JSX.Element; //# sourceMappingURL=SegmentProvenancePopover.d.ts.map