/// <reference types="react" />
import { FieldContextType } from './types';
declare const FieldContext: import("react").Context<FieldContextType>;
export default FieldContext;
