import type { ReactNode } from "react"; import { type ContextManifestViewData, type ContextTranslate } from "./types.js"; export declare function ContextMeterView({ manifest, contextWindow, open, onOpenChange, children, translate, }: { manifest: ContextManifestViewData; contextWindow: number; open: boolean; onOpenChange: (open: boolean) => void; children: ReactNode; translate?: ContextTranslate; }): import("react").JSX.Element; //# sourceMappingURL=ContextMeter.d.ts.map