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