/** * Reset the submission error when the corresponding field changes. * final-form doesn't do this by default. */ declare const useResetSubmitErrors: () => void; export default useResetSubmitErrors;