import { FormControl } from '@angular/forms'; export declare class CustomFuncValidatorDirective { validator: (c: FormControl) => any; constructor(); validate(c: FormControl): any; }