import * as React from 'react'; import { FormCommonConfig } from './use-form.type'; export declare const FormConfigContext: React.Context; export declare const useFormConfig: () => FormCommonConfig; //# sourceMappingURL=form-config-context.d.ts.map