import { default as React } from 'react'; interface SchemaViewerProps { schema: object | unknown; title?: string; } export declare const SchemaViewer: React.FC; export {};