/// import { type JsonViewerProps } from './types'; export declare const JsonViewer: (props: JsonViewerProps) => JSX.Element;