import type { FormContext } from './types/FormContext'; export declare const useFormContext: () => FormContext;