import { FC } from "react"; interface Props { json: unknown; inline?: boolean; } export declare const JSONView: FC; export {};