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