import { ValidatorFn } from '@angular/forms'; export declare function minArrayLengthValidator(min: number): ValidatorFn;