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