import { ValidationErrors } from '@angular/forms'; import { Maybe } from '@fretve/global-types'; import { ValidationErrorMap } from './interfaces'; /** Responsible for getting the validation error message based on errors on the control */ export declare function _getValidationErrorMessage(errors: Maybe>, messages?: ValidationErrorMap): Maybe;