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