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