import { ValidatorFn } from '@angular/forms'; export declare function customPatternValidator(config: { pattern: RegExp; message: string; }): ValidatorFn;