import React from 'react'; import type { Control, FieldValues } from './types'; /** * Separate context for `control` to prevent unnecessary rerenders. * Internal hooks that only need control use this instead of full form context. */ export declare const HookFormControlContext: React.Context; /** * @internal Internal hook to access only control from context. */ export declare const useFormControlContext: () => Control; //# sourceMappingURL=useFormControlContext.d.ts.map