import { AbstractControl, ValidationErrors } from "@angular/forms"; export declare function socialSecurityNumberValidator(control: AbstractControl): ValidationErrors | null;