import { FormControl } from '@angular/forms'; export declare function validDate(): (control: FormControl) => { invalidDate: boolean; };