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