/// export interface JsonViewProps { value: string; lineNumbers?: boolean; height?: string; } declare const JsonView: React.FC; export default JsonView;