/// import { FieldActions, SchemaConfig } from '../types/SchemaConfig'; export type { FieldActions, SchemaConfig }; export type SchemaContextValue = { schema: SchemaConfig; addField?: () => void; editField?: (fieldId: string) => void; }; export declare const SchemaContext: import("react").Context; export declare const useSchemaContext: () => SchemaContextValue | null; //# sourceMappingURL=SchemaContext.d.ts.map