import { FC } from 'react'; import { JsonInterface } from './json.types'; export declare const Json: FC;