import React from 'react'; import { Schema } from '../../types'; interface Props { title?: string; schema?: Schema; example?: object; } export declare const SchemaExampleComponent: React.FunctionComponent; export {};