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