import React from 'react'; interface IJSONViewProps { data: any; } declare const JSONView: React.FunctionComponent; export default JSONView;