import type { JSONEditorOptions, TextContent, JSONContent, Content, Path, QueryLanguageId } from './types'; import type { JSONValue, JSONPatchDocument, JSONPatchResult, ValidationError, QueryLanguage, QueryLanguageOptions, RenderValuePropsOptional, RenderValueProps, ValueNormalization, SearchResultItem, RenderValueComponentDescription, OnClassName, OnRenderValue, OnRenderMenu, Validator, Mode, MenuItem, JSONEditor, JSONNodeItem, JSONNodeProp } from 'vanilla-jsoneditor'; interface Params { componentName?: string; options?: JSONEditorOptions; } export type { Params, TextContent, JSONContent, Content, Path, QueryLanguageId, JSONValue, JSONPatchDocument, JSONPatchResult, ValidationError, QueryLanguage, QueryLanguageOptions, RenderValuePropsOptional, RenderValueProps, ValueNormalization, SearchResultItem, RenderValueComponentDescription, OnClassName, OnRenderValue, OnRenderMenu, Validator, Mode, MenuItem, JSONEditor, JSONNodeItem, JSONNodeProp, }; declare const _default: any; export default _default; //# sourceMappingURL=JsonEditorPlugin.d.ts.map