import type { ContextManifestSegment, ContextManifestSystemSection } from "../../shared/context-xray.js"; export declare function ContextTreemap({ segments, systemSections, onSelect, }: { segments: ContextManifestSegment[]; systemSections?: ContextManifestSystemSection[]; onSelect?: (segmentId: string) => void; }): import("react").JSX.Element; //# sourceMappingURL=ContextTreemap.d.ts.map