import { ValidatorFn } from '@angular/forms';
export declare const minDate: (minDate: any) => ValidatorFn;
