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