import { ValidatorFn } from '@angular/forms'; export declare function checkValInArrayObj(arrayObj: Array): ValidatorFn;