import { ValidatorFn } from '@angular/forms'; export declare const requiredValidator: (message: string) => ValidatorFn;