import { default as React } from 'react'; import { ItemValueDisplayProps } from './json-editor-types'; declare const ItemValueDisplay: React.FC; export default ItemValueDisplay;