import { FC } from 'react'; import type { Json } from '../models'; export declare const JsonComp: FC;