import { ValidatorFn } from "@angular/forms";
/**
 * A selection must match (or must not)
 * one of a given list
 */
export declare function xmatValidListSelection(sourceOptions: any[], controlKey?: string, reverse?: boolean): ValidatorFn;
