import type { ContextManifest } from "../../shared/context-xray.js"; export declare function ContextMeter({ threadId, manifest: providedManifest, enabled, }: { threadId?: string | null; manifest?: ContextManifest | null; enabled?: boolean; }): import("react").JSX.Element | null; //# sourceMappingURL=ContextMeter.d.ts.map