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