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