import React from 'react'; import { ISchemaFormProps } from '../types'; export declare const SchemaForm: React.FC; export default SchemaForm;