import { AbstractControl } from '@angular/forms'; export declare function RestrictedValidatorFn(ctrl: AbstractControl, restricted: string[]): { restricted: boolean; };