import { ValidatorFn } from "@angular/forms";
/**
 * An array selection must have
 * at least x items
 */
export declare function xmatMaxListSelection(max?: number): ValidatorFn;
