import React from 'react'; interface JSONViewerProps { data: any; className?: string; emptyMessage?: string; } export interface JSONViewerRef { copyAll: () => string; } export declare const JSONViewer: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=JSONViewer.d.ts.map