import { ValidatorFn } from '@angular/forms';
export declare const equal: (val: any) => ValidatorFn;
