import { ValidatorFn } from '@angular/forms'; export declare function unicodePatternValidator(patternRe: RegExp): ValidatorFn;