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