import React from 'react';
import type { SchemaFormProps, SchemaFormSelfProps } from './types';
declare const SchemaForm: React.FC<SchemaFormProps>;
export default SchemaForm;
export declare const SchemaFormType: React.FC<SchemaFormSelfProps>;
