import React from 'react';
import { JsonViewProps } from './global';
declare const JsonView: React.FC<JsonViewProps>;
export default JsonView;
