import { AbstractControl } from '@angular/forms'; export declare class CustomValidators { static loincValidator(control: AbstractControl): { [key: string]: any; } | null; static dateValidator(control: AbstractControl): { [key: string]: any; } | null; }