import * as React from 'react'; import { FormContextValueType } from './use-form.type'; export declare const FormBindContext: React.Context; export declare const useFormBind: () => FormContextValueType; //# sourceMappingURL=form-bind-context.d.ts.map