import { ValidatorFn } from '@angular/forms';
export declare const min: (value: number) => ValidatorFn;
