import { FormGroup } from '@angular/forms'; export declare function MustMatch(controlName: string, matchingControlName: string): (formGroup: FormGroup) => any;