import type { JSONObject } from "@vertesia/json"; interface JSONViewProps { value: JSONObject; } export declare function JSONView({ value }: JSONViewProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=JSONView.d.ts.map