export declare const useFormContext: (name: string, value: any, reset: () => void) => void;
