import { Editor } from '../Editor'; import { WidgetPlugin } from '../decorators'; import { JsonNode } from 'headless-json-editor'; export declare const ErrorWidget: ({ node, editor }: { node: JsonNode; editor: Editor; }) => import("react").JSX.Element; export declare const ErrorWidgetPlugin: WidgetPlugin;