import React from 'react'; import '../locales/i18n'; import { SchemaEditorProps } from './types'; export interface JsonSchemaEditorHandle { updateSchema: (namePath: number[], value: any, propertyName?: string) => void; } declare const _default: React.MemoExoticComponent>>; export default _default;