import * as React from 'react'; import { SchemaBuilder } from './use-form-schema/form-schema-builder'; export type FormSchemaContextValueType = SchemaBuilder; export declare const FormSchemaContext: React.Context; export declare const useFormSchema: () => SchemaBuilder | null; //# sourceMappingURL=form-schema-context.d.ts.map