import { ValidatorFn } from '@angular/forms'; /** * Validator to check for invalid external tags, or those that have been selectively * excluded from a particular field * @param min */ export declare function minValidator(min: any): ValidatorFn;