import { ReactElement } from 'react'; import { ReactCodeMirrorProps } from '@uiw/react-codemirror'; type JSONEditorProps = Omit & { value: T; placeholder?: string; onChange?: (next: string) => void; }; export declare function JSONEditor(props: JSONEditorProps): ReactElement; export {}; //# sourceMappingURL=JSONEditor.d.ts.map