import { IntlShape } from 'react-intl'; import { CustomFormErrorHandler } from '../types'; import { ValidationError } from './types'; declare const getIntlFormErrorHandler: (intl: IntlShape, errorPrefix?: string) => CustomFormErrorHandler; export declare const getIntlFormErrorHandler_underscoreKeys: (intl: IntlShape, errorPrefix?: string) => CustomFormErrorHandler; export default getIntlFormErrorHandler;