import { ValidatorFn } from '@angular/forms';
export declare const notMatching: (p: string | RegExp) => ValidatorFn;
