import React from 'react';
export declare const JSONViewer: React.FC<{
    readonly src: string;
}>;
