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