/// <reference types="react" />
interface Props {
    data: any;
}
declare const JsonView: (props: Props) => JSX.Element;
export default JsonView;
