import { FormControl, ValidationErrors, Validator } from '@angular/forms'; export declare class NationalCodeValidatorDirective implements Validator { constructor(); validate(control: FormControl): ValidationErrors | null; }