import { SchemaNode } from '@stoplight/json-schema-tree'; import * as React from 'react'; export declare const Error: React.FC<{ schemaNode: SchemaNode; }>;