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