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